'Declaration
Public Property BasePath As BrowsePath
'Usage
Dim instance As BrowsePathParser Dim value As BrowsePath instance.BasePath = value value = instance.BasePath
public BrowsePath BasePath {get; set;}
public: property BrowsePath^ BasePath { BrowsePath^ get(); void set ( BrowsePath^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.