public BBCodeNode Parent { get; set; }
Public Property Parent As BBCodeNode
Get
Set
Dim instance As BBCodeNode
Dim value As BBCodeNode
value = instance.Parent
instance.Parent = value
public:
property BBCodeNode^ Parent {
BBCodeNode^ get ();
void set (BBCodeNode^ value);
}
member Parent : BBCodeNode with get, set
No code example is currently available or this language may not be supported.