Share via


IProfileService.GetCountries Method

Retrives the list of supported countries.

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Function GetCountries ( _
    requestContext As TeamFoundationRequestContext _
) As IList(Of Country)
IList<Country> GetCountries(
    TeamFoundationRequestContext requestContext
)
IList<Country^>^ GetCountries(
    TeamFoundationRequestContext^ requestContext
)
abstract GetCountries : 
        requestContext:TeamFoundationRequestContext -> IList<Country> 
function GetCountries(
    requestContext : TeamFoundationRequestContext
) : IList<Country>

Parameters

Return Value

Type: System.Collections.Generic.IList<Country>

.NET Framework Security

See Also

Reference

IProfileService Interface

Microsoft.VisualStudio.Services.Profile Namespace