共用方式為


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

要求的範圍。

適用於

另請參閱