ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPBoolean Class / Value Property




In This Topic
    Value Property (ImGearXMPBoolean)
    In This Topic
    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