Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrives the country name for the given profile.
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetCountryName ( _
requestContext As TeamFoundationRequestContext, _
id As Guid _
) As String
string GetCountryName(
TeamFoundationRequestContext requestContext,
Guid id
)
String^ GetCountryName(
TeamFoundationRequestContext^ requestContext,
Guid id
)
abstract GetCountryName :
requestContext:TeamFoundationRequestContext *
id:Guid -> string
function GetCountryName(
requestContext : TeamFoundationRequestContext,
id : Guid
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
Type: System.Guid
Return Value
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.