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