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