Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property TokenType As TokenType
public TokenType TokenType { get; set; }
public:
property TokenType TokenType {
    TokenType get ();
    void set (TokenType value);
}
member TokenType : TokenType with get, set
function get TokenType () : TokenType 
function set TokenType (value : TokenType)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TokenType
Returns TokenType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.