'Declaration
<CanBeNullAttribute()> Property BrowsePath As BrowsePath
'Usage
Dim instance As _NodeElement Dim value As BrowsePath instance.BrowsePath = value value = instance.BrowsePath
[CanBeNull()] BrowsePath BrowsePath {get; set;}
[CanBeNull()] property BrowsePath^ BrowsePath { BrowsePath^ get(); void set ( BrowsePath^ value); }