'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public Property PathString As String
'Usage
Dim instance As BrowsePath Dim value As String instance.PathString = value value = instance.PathString
[DataMember()] [NotNull()] public string PathString {get; set;}
[DataMember()] [NotNull()] public: property String^ PathString { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "/"
.