TeamFoundationIdentityService.GetPreferredEmailAddress Method (TeamFoundationRequestContext, Guid)
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetPreferredEmailAddress ( _
requestContext As TeamFoundationRequestContext, _
teamFoundationId As Guid _
) As String
public string GetPreferredEmailAddress(
TeamFoundationRequestContext requestContext,
Guid teamFoundationId
)
public:
virtual String^ GetPreferredEmailAddress(
TeamFoundationRequestContext^ requestContext,
Guid teamFoundationId
) sealed
abstract GetPreferredEmailAddress :
requestContext:TeamFoundationRequestContext *
teamFoundationId:Guid -> string
override GetPreferredEmailAddress :
requestContext:TeamFoundationRequestContext *
teamFoundationId:Guid -> string
public final function GetPreferredEmailAddress(
requestContext : TeamFoundationRequestContext,
teamFoundationId : Guid
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- teamFoundationId
Type: System.Guid
Return Value
Type: System.String
Implements
ITeamFoundationIdentityService.GetPreferredEmailAddress(TeamFoundationRequestContext, Guid)
.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.
See Also
Reference
TeamFoundationIdentityService Class