'Declaration
Public Property BasePath As UABrowsePath
'Usage
Dim instance As UABrowsePathParser Dim value As UABrowsePath instance.BasePath = value value = instance.BasePath
public UABrowsePath BasePath {get; set;}
public: property UABrowsePath^ BasePath { UABrowsePath^ get(); void set ( UABrowsePath^ value); }