Share via


ITeamFoundationLicensingService.GetAllLicenses Method

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Function GetAllLicenses ( _
    requestContext As TeamFoundationRequestContext _
) As ILicenseType()
ILicenseType[] GetAllLicenses(
    TeamFoundationRequestContext requestContext
)
array<ILicenseType^>^ GetAllLicenses(
    TeamFoundationRequestContext^ requestContext
)
abstract GetAllLicenses : 
        requestContext:TeamFoundationRequestContext -> ILicenseType[] 
function GetAllLicenses(
    requestContext : TeamFoundationRequestContext
) : ILicenseType[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Server.Core.ILicenseType[]

.NET Framework Security

See Also

Reference

ITeamFoundationLicensingService Interface

Microsoft.TeamFoundation.Server.Core Namespace