Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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