'Declaration
<DefaultValueAttribute(OpcLabs.EasyOpc.UA.Navigation.UABrowsePath, "")> <NotNullAttribute()> ReadOnly Property BrowsePath As UABrowsePath
'Usage
Dim instance As IUANodeElement Dim value As UABrowsePath value = instance.BrowsePath
[DefaultValue(OpcLabs.EasyOpc.UA.Navigation.UABrowsePath, "")] [NotNull()] UABrowsePath BrowsePath {get;}
[DefaultValue(OpcLabs.EasyOpc.UA.Navigation.UABrowsePath, "")] [NotNull()] property UABrowsePath^ BrowsePath { UABrowsePath^ get(); }