ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTAccessRights Class / Value Property




In This Topic
    Value Property (ImGearARTAccessRights)
    In This Topic
    Gets the stored access rights.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Long
    'Usage
     
    Dim instance As ImGearARTAccessRights
    Dim value As Long
     
    value = instance.Value
    public long Value {get;}
    public: __property long get_Value();
    public:
    property int64 Value {
       int64 get();
    }

    Property Value

    Int64 value.
    See Also