'Declaration
<DefaultValueAttribute(False)> <IsValueEvidentAttribute(True)> <XmlIgnoreAttribute()> Public ReadOnly Property HasBrowsePath As Boolean
'Usage
Dim instance As UANodeDescriptor Dim value As Boolean value = instance.HasBrowsePath
[DefaultValue(false)] [IsValueEvident(true)] [XmlIgnore()] public bool HasBrowsePath {get;}
[DefaultValue(false)] [IsValueEvident(true)] [XmlIgnore()] public: property bool HasBrowsePath { bool get(); }