Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    tokenType As TokenType, _
    tokenValue As String _
)
public ExpressionToken(
    TokenType tokenType,
    string tokenValue
)
public:
ExpressionToken(
    TokenType tokenType, 
    String^ tokenValue
)
new : 
        tokenType:TokenType * 
        tokenValue:string -> ExpressionToken
public function ExpressionToken(
    tokenType : TokenType, 
    tokenValue : String
)
Parameters
- tokenType
 Type: Microsoft.TeamFoundation.Framework.Server.TokenType
- tokenValue
 Type: System.String
.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.