ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNode Class / Name Property




In This Topic
Name Property (ImGearMetadataNode)
In This Topic
Gets or sets returns string name of tag.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As ImGearMetadataNode
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

String identifier of medatada tag.
Remarks
Returns tag name from the internal dictionary, or empty string if tag is unknown in ImageGear.
See Also