VssTokenKey.UserName Property

Namespace:  Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VssTokenKey Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace