OAuthOptions.Scope 屬性

定義

取得要求的許可權清單。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Scope { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Scope { get; }
member this.Scope : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Scope As ICollection(Of String)

屬性值

適用於