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

适用于