ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNode Class / Parent Property




In This Topic
    Parent Property
    In This Topic
    Gets reference to parent node.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As ImGearMetadataNode
    'Usage
     
    Dim instance As ImGearMetadataNode
    Dim value As ImGearMetadataNode
     
    value = instance.Parent
    public ImGearMetadataNode Parent {get;}
    public: __property ImGearMetadataNode* get_Parent();
    public:
    property ImGearMetadataNode^ Parent {
       ImGearMetadataNode^ get();
    }

    Property Value

    ImGearMetadataNode class object.
    Remarks
    Specifies reference to parent node in metadata tree. This property may be null. Accordingly, the instance is stand-alone (not attached), or otherwise, has special type like ImGearMetadataHead.
    See Also