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

public string UserId { get; set; }
public:
property String^ UserId {
    String^ get();
    void set(String^ value);
}
member UserId : string with get, set
Public Property UserId As String

Property Value

Type: System.String

Returns String.

See Also

AccessToken Class
Microsoft.Owin.Security.Twitter.Messages Namespace

Return to top