ImageGear .NET v25.1 - Updated
SecureObject Property




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTAccessDeniedException Class : SecureObject Property
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

Reference

ImGearARTAccessDeniedException Class
ImGearARTAccessDeniedException Members