ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTAccessDeniedException Class / SecureObject Property




In This Topic
    SecureObject Property
    In This Topic
    Gets a secure object to which the access was limited.
    Syntax
    'Declaration
     
    Public ReadOnly Property SecureObject As Object
    'Usage
     
    Dim instance As ImGearARTAccessDeniedException
    Dim value As Object
     
    value = instance.SecureObject
    public object SecureObject {get;}
    public: __property Object* get_SecureObject();
    public:
    property Object^ SecureObject {
       Object^ get();
    }

    Property Value

    The possible values: ImGearARTPage, ImGearARTGroup, ImGearARTMark.
    See Also