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