ImageGear v26.3 - Updated November 9, 2022
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

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