FacebookContext.UserId Property

Gets or sets the user ID.

Namespace:  Microsoft.AspNet.Mvc.Facebook
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
Public Property UserId As String 
    Get 
    Set
'Usage
Dim instance As FacebookContext 
Dim value As String 

value = instance.UserId

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

Property Value

Type: System.String

See Also

Reference

FacebookContext Class

Microsoft.AspNet.Mvc.Facebook Namespace