ServicingContext.TryGetToken Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function TryGetToken ( _
tokenName As String, _
<OutAttribute> ByRef value As String _
) As Boolean
public bool TryGetToken(
string tokenName,
out string value
)
public:
bool TryGetToken(
String^ tokenName,
[OutAttribute] String^% value
)
member TryGetToken :
tokenName:string *
value:string byref -> bool
public function TryGetToken(
tokenName : String,
value : String
) : boolean
Parameters
- tokenName
Type: System.String
- value
Type: System.String%
Return Value
Type: System.Boolean
.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.