ImageGear .NET - Updated
Value Property (ImGearXMPBoolean)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPBoolean Class : Value Property
Gets a value indicating whether boolean value is true or false.
Syntax
'Declaration
 
Public ReadOnly Property Value As Boolean
'Usage
 
Dim instance As ImGearXMPBoolean
Dim value As Boolean
 
value = instance.Value
public bool Value {get;}
public: __property bool get_Value();
public:
property bool Value {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearXMPBoolean Class
ImGearXMPBoolean Members