'Declaration
<NotNullAttribute()> Property PathString As String
'Usage
Dim instance As _BrowsePath Dim value As String instance.PathString = value value = instance.PathString
[NotNull()] string PathString {get; set;}
'Declaration
<NotNullAttribute()> Property PathString As String
'Usage
Dim instance As _BrowsePath Dim value As String instance.PathString = value value = instance.PathString
[NotNull()] string PathString {get; set;}
PathString gets serialized to/from XML.