Parent Property
Retrieves the parent object of a node.
Syntax
Visual Basic MustOverride Public ReadOnly Property Parent As object C# public abstract object Parent { get; } Managed C++ public: __property virtual object get_Parent() = 0; JScript public abstract function get Parent() : object;
Possible Values
oParent The parent object. The property is read-only. The property has no default value.
Property Information
Applies To
BaseChildNode
See Also