次の方法で共有


FederationMessage.Parameters プロパティ

定義

ディクショナリとしてメッセージ パラメーターを取得します。

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

プロパティ値

メッセージのパラメーターを格納しているディクショナリ。

注釈

メッセージ内のパラメーターを含む名前と値のペアのディクショナリ。 パラメーターはパラメーター名によってキー付けされます。 たとえば、wattr パラメーターの値を取得するには、"wattr" を使用します。

適用対象