FacebookAuthenticatedContext.Link Property

Gets or sets the link to FacebookAuthenticatedContext.

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

Syntax

'Declaration
Public Property Link As String 
    Get 
    Private Set
'Usage
Dim instance As FacebookAuthenticatedContext 
Dim value As String 

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

Property Value

Type: System.String
The link to FacebookAuthenticatedContext.

See Also

Reference

FacebookAuthenticatedContext Class

Microsoft.Owin.Security.Facebook Namespace