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

In This Topic
    SupportedSecurityActions Property (ADTObject)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property SupportedSecurityActions As Dictionary(Of Integer,String)
    public virtual Dictionary<int,string> SupportedSecurityActions {get;}
    See Also