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”。

适用于