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 the Twitter user ID
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public string UserId { get; private set; }
public:
property String^ UserId {
String^ get();
private: void set(String^ value);
}
member UserId : string with get, private set
Public Property UserId As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
TwitterAuthenticatedContext Class
Microsoft.Owin.Security.Twitter Namespace
Return to top