ImageGear .NET - Updated
Name Property (ImGearCommonMetadataDictRecord)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearCommonMetadataDictRecord Structure : Name Property
Gets or sets the Tag name.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As ImGearCommonMetadataDictRecord
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}

Property Value

Any string.
Remarks
The default value is ““.
See Also

Reference

ImGearCommonMetadataDictRecord Structure
ImGearCommonMetadataDictRecord Members