Share via


WSFederationElement.CustomAttributes 屬性

定義

取得或設定包含任何自訂屬性的字典。

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)

屬性值

包含自訂屬性、以屬性名稱為索引鍵的字典。

適用於

另請參閱