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




In This Topic
    Create Property
    In This Topic
    Gets predefined Create access right.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Create As ImGearARTAccessRights
    'Usage
     
    Dim value As ImGearARTAccessRights
     
    value = ImGearARTAccessRights.Create
    public static ImGearARTAccessRights Create {get;}
    public: __property static ImGearARTAccessRights* get_Create();
    public:
    static property ImGearARTAccessRights^ Create {
       ImGearARTAccessRights^ get();
    }

    Property Value

    ImGearARTAccessRights class instance.
    Remarks
    Controls if an object can be created.
    See Also