ITfsIdentityStore.FindTeamFoundationIdByDisplayName Method
Finds the TeamFoundationIdentity associated with the unique display name.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function FindTeamFoundationIdByDisplayName ( _
name As String _
) As Guid
Guid FindTeamFoundationIdByDisplayName(
string name
)
Guid FindTeamFoundationIdByDisplayName(
String^ name
)
abstract FindTeamFoundationIdByDisplayName :
name:string -> Guid
function FindTeamFoundationIdByDisplayName(
name : String
) : Guid
Parameters
- name
Type: String
Return Value
Type: Guid
TeamFoundationId of the user
.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.