'Declaration
<DataMemberAttribute()> <DefaultValueAttribute("/")> <NotNullAttribute()> Public Property PathString As String
'Usage
Dim instance As BrowsePath Dim value As String instance.PathString = value value = instance.PathString
[DataMember()] [DefaultValue("/")] [NotNull()] public string PathString {get; set;}
[DataMember()] [DefaultValue("/")] [NotNull()] public: property String^ PathString { String^ get(); void set ( String^ value); }