AccessToken.UserId Property

Gets or sets the Twitter User ID

Namespace:  Microsoft.Owin.Security.Twitter.Messages
Assembly:  Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)

Syntax

'Declaration
Public Property UserId As String 
    Get 
    Set
'Usage
Dim instance As AccessToken 
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

AccessToken Class

Microsoft.Owin.Security.Twitter.Messages Namespace