Share via


ITeamFoundationLicensingService.GetLicenseFeature Method

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

Syntax

'Declaration
Function GetLicenseFeature ( _
    requestContext As TeamFoundationRequestContext, _
    licenseFeatureId As Guid _
) As ILicenseFeature
ILicenseFeature GetLicenseFeature(
    TeamFoundationRequestContext requestContext,
    Guid licenseFeatureId
)
ILicenseFeature^ GetLicenseFeature(
    TeamFoundationRequestContext^ requestContext, 
    Guid licenseFeatureId
)
abstract GetLicenseFeature : 
        requestContext:TeamFoundationRequestContext * 
        licenseFeatureId:Guid -> ILicenseFeature
function GetLicenseFeature(
    requestContext : TeamFoundationRequestContext, 
    licenseFeatureId : Guid
) : ILicenseFeature

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.Core.ILicenseFeature

.NET Framework Security

See Also

Reference

ITeamFoundationLicensingService Interface

Microsoft.TeamFoundation.Server.Core Namespace