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

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