'Declaration
<DataMemberAttribute(False)> Public Property BrowsePath As BrowsePath
'Usage
Dim instance As NodeElement Dim value As BrowsePath instance.BrowsePath = value value = instance.BrowsePath
[DataMember(false)] public BrowsePath BrowsePath {get; set;}
[DataMember(false)] public: property BrowsePath^ BrowsePath { BrowsePath^ get(); void set ( BrowsePath^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.