WebTokenResponse.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得回應的屬性
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 = webTokenResponse.properties;
Public ReadOnly Property Properties As IDictionary(Of String, String)
屬性值
回應的屬性。
備註
Web 權杖回應的屬性專屬於個別提供者。 如需如何使用它們的詳細資訊,請參閱提供者的檔。