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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.Alm.ILicenseType[]
.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.