'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; }