'Declaration
<NotNullAttribute()> Property BasePath As UABrowsePath
'Usage
Dim instance As _UABrowsePathParser Dim value As UABrowsePath instance.BasePath = value value = instance.BasePath
[NotNull()] UABrowsePath BasePath {get; set;}
[NotNull()] property UABrowsePath^ BasePath { UABrowsePath^ get(); void set ( UABrowsePath^ value); }