AccessToken.ScreenName Property

 

Gets or sets the Twitter screen name

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

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

Return to top