ImageGear .NET - Updated
Value Property (ImGearXMPString)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPString Class : Value Property
Gets the string value of the ImGearXMPString class object.
Syntax
'Declaration
 
Public ReadOnly Property Value As String
'Usage
 
Dim instance As ImGearXMPString
Dim value As String
 
value = instance.Value
public string Value {get;}
public: __property string* get_Value();
public:
property String^ Value {
   String^ get();
}

Property Value

String value.
See Also

Reference

ImGearXMPString Class
ImGearXMPString Members