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


In This Topic
    SupportedSecurityInheritanceOptions Property (ADTObject)
    In This Topic
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Overridable ReadOnly Property SupportedSecurityInheritanceOptions As Dictionary(Of SecurityInheritanceOptions,String)
    [NotNull()]
    public virtual Dictionary<SecurityInheritanceOptions,string> SupportedSecurityInheritanceOptions {get;}
    [NotNull()]
    public:
    virtual property Dictionary<SecurityInheritanceOptions,String^>^ SupportedSecurityInheritanceOptions {
       Dictionary<SecurityInheritanceOptions,String^>^ get();
    }
    See Also