TwitterAuthenticatedContext.UserId Property
Gets the Twitter user ID
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
'Declaration
Public Property UserId As String
Get
Private Set
'Usage
Dim instance As TwitterAuthenticatedContext
Dim value As String
value = instance.UserId
public string UserId { get; private set; }
public:
property String^ UserId {
String^ get ();
private: void set (String^ value);
}
member UserId : string with get, private set
function get UserId () : String
private function set UserId (value : String)
Property Value
Type: System.String