'Declaration
<BrowsableAttribute(False)> <JetBrains.Annotations.CanBeNullAttribute()> <IgnoreDataMemberAttribute()> Public ReadOnly Property ParentNode As Node
'Usage
Dim instance As Node Dim value As Node instance.ParentNode = value value = instance.ParentNode
[Browsable(false)] [JetBrains.Annotations.CanBeNull()] [IgnoreDataMember()] public Node ParentNode {get;}
[Browsable(false)] [JetBrains.Annotations.CanBeNull()] [IgnoreDataMember()] public: property Node^ ParentNode { Node^ get(); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).