次の方法で共有


WebTokenRequest.Scope プロパティ

定義

要求のスコープを取得します。

public:
 property Platform::String ^ Scope { Platform::String ^ get(); };
winrt::hstring Scope();
public string Scope { get; }
var string = webTokenRequest.scope;
Public ReadOnly Property Scope As String

プロパティ値

String

Platform::String

winrt::hstring

要求のスコープ。

適用対象

こちらもご覧ください