Share via


ITeamFoundationLicensingService.IsFeatureSupported Method (TeamFoundationRequestContext, Guid)

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

Syntax

'Declaration
Function IsFeatureSupported ( _
    requestContext As TeamFoundationRequestContext, _
    featureId As Guid _
) As Boolean
bool IsFeatureSupported(
    TeamFoundationRequestContext requestContext,
    Guid featureId
)
bool IsFeatureSupported(
    TeamFoundationRequestContext^ requestContext, 
    Guid featureId
)
abstract IsFeatureSupported : 
        requestContext:TeamFoundationRequestContext * 
        featureId:Guid -> bool
function IsFeatureSupported(
    requestContext : TeamFoundationRequestContext, 
    featureId : Guid
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ITeamFoundationLicensingService Interface

IsFeatureSupported Overload

Microsoft.TeamFoundation.Server.Core Namespace