FederationMessage.Parameters Property

Definition

Gets the message parameters as a dictionary.

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)

Property Value

A dictionary that contains the message parameters.

Remarks

A dictionary of name and value pairs that contains the parameters in the message. The parameters are keyed by the parameter name. For example, to retrieve the value of the wattr parameter, use "wattr".

Applies to