WebTokenRequest.Properties Proprietà

Definizione

Ottiene le proprietà della richiesta.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Properties { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Properties();
public IDictionary<string,string> Properties { get; }
var iMap = webTokenRequest.properties;
Public ReadOnly Property Properties As IDictionary(Of String, String)

Valore della proprietà

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

Proprietà della richiesta.

Si applica a

Vedi anche