TeamFoundationLicensingService.GetAllLicenses Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Server.Alm.ILicenseType[]

.NET Framework Security

See Also

Reference

TeamFoundationLicensingService Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace