Sdílet prostřednictvím


FederationMessage.Parameters Vlastnost

Definice

Získá parametry zprávy jako slovník.

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)

Hodnota vlastnosti

Slovník, který obsahuje parametry zprávy.

Poznámky

Slovník dvojic název a hodnota, který obsahuje parametry ve zprávě. Parametry jsou klíčové podle názvu parametru. Pokud například chcete načíst hodnotu parametru wattr, použijte "wattr".

Platí pro