共用方式為


WsFederationConfiguration.CustomAttributes 屬性

定義

取得字典,其中包含組態檔的 <wsFederation> 項目中指定的任何額外屬性。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ CustomAttributes { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> CustomAttributes { get; }
member this.CustomAttributes : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property CustomAttributes As Dictionary(Of String, String)

屬性值

包含額外屬性的字典。

適用於

另請參閱