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