ITeamFoundationLicensingService.GetLicenseType Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetLicenseType ( _
requestContext As TeamFoundationRequestContext, _
licenseTypeId As Guid, _
<OutAttribute> ByRef licenseFeatures As ILicenseFeature() _
) As ILicenseType
ILicenseType GetLicenseType(
TeamFoundationRequestContext requestContext,
Guid licenseTypeId,
out ILicenseFeature[] licenseFeatures
)
ILicenseType^ GetLicenseType(
TeamFoundationRequestContext^ requestContext,
Guid licenseTypeId,
[OutAttribute] array<ILicenseFeature^>^% licenseFeatures
)
abstract GetLicenseType :
requestContext:TeamFoundationRequestContext *
licenseTypeId:Guid *
licenseFeatures:ILicenseFeature[] byref -> ILicenseType
function GetLicenseType(
requestContext : TeamFoundationRequestContext,
licenseTypeId : Guid,
licenseFeatures : ILicenseFeature[]
) : ILicenseType
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- licenseTypeId
Type: System.Guid
- licenseFeatures
Type: array<Microsoft.TeamFoundation.Server.Core.ILicenseFeature[]%
Return Value
Type: Microsoft.TeamFoundation.Server.Core.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.