OAuthChallengeProperties.Scope 屬性

定義

用於挑戰要求的「scope」 參數值。

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

屬性值

適用於