adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / PermissionDeniedException Class / ActionRequested Property


In This Topic
    ActionRequested Property
    In This Topic
    The name of the permission that was denied
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property ActionRequested As String
    [CanBeNull()]
    public string ActionRequested {get;}
    [CanBeNull()]
    public:
    property String^ ActionRequested {
       String^ get();
    }
    Remarks
    This value is not always set and may return an empty string.
    See Also