FederationMessage.Parameters Propiedad

Definición

Obtiene los parámetros de mensaje como diccionario.

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)

Valor de propiedad

Diccionario que contiene los parámetros de mensaje.

Comentarios

Diccionario de pares nombre y valor que contiene los parámetros del mensaje. Los parámetros se claven por el nombre del parámetro. Por ejemplo, para recuperar el valor del parámetro wattr, use "wattr".

Se aplica a