VssTokenKey.Type Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VssTokenKey Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace