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)

屬性值

字典,其中包含訊息參數。

備註

名稱與值組的字典,其中包含訊息中的參數。 參數是以參數名稱為索引鍵。 例如,若要擷取方塊參數的值,請使用 “attr”。

適用於