Share via


IProfileService.GetCountryName Method

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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

IProfileService Interface

Microsoft.VisualStudio.Services.Profile Namespace