adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityTemplate Class / SupportedSecurityInheritanceOptions Property


In This Topic
    SupportedSecurityInheritanceOptions Property (SecurityTemplate)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property SupportedSecurityInheritanceOptions As Dictionary(Of SecurityInheritanceOptions,String)
    public override Dictionary<SecurityInheritanceOptions,string> SupportedSecurityInheritanceOptions {get;}
    public:
    property Dictionary<SecurityInheritanceOptions,String^>^ SupportedSecurityInheritanceOptions {
       Dictionary<SecurityInheritanceOptions,String^>^ get() override;
    }
    See Also