Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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