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)

プロパティ値

カスタム属性を含む属性名をキーとした辞書。

適用対象

こちらもご覧ください