adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / SupportedSecurityActions Property


In This Topic
    SupportedSecurityActions Property (ADTObject)
    In This Topic
    List of security actions supported by this object.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Overridable ReadOnly Property SupportedSecurityActions As Dictionary(Of Integer,String)
    [NotNull()]
    public virtual Dictionary<int,string> SupportedSecurityActions {get;}
    [NotNull()]
    public:
    virtual property Dictionary<int,String^>^ SupportedSecurityActions {
       Dictionary<int,String^>^ get();
    }

    Property Value

    A dictionary of the supported actions. The key is one of the ArcanaDevelopment.adTempus.Shared.SecurityPermission values and the value is the name of the permission (from ArcanaDevelopment.adTempus.Shared.Describe.GetSecurityPermissionName; a given SecurityPermission may use different names in different contexts).
    See Also