FacebookAuthenticationOptions.Scope Property

Gets or sets the scope associated with the authentication.

Namespace:  Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

Syntax

'Declaration
Public Property Scope As IList(Of String)
    Get 
    Private Set
'Usage
Dim instance As FacebookAuthenticationOptions 
Dim value As IList(Of String)

value = instance.Scope
public IList<string> Scope { get; private set; }
public:
property IList<String^>^ Scope {
    IList<String^>^ get ();
    private: void set (IList<String^>^ value);
}
member Scope : IList<string> with get, private set
function get Scope () : IList<String>
private function set Scope (value : IList<String>)

Property Value

Type: System.Collections.Generic.IList<String>
The scope associated with the authentication.

See Also

Reference

FacebookAuthenticationOptions Class

Microsoft.Owin.Security.Facebook Namespace