Share via


ITeamFoundationLicensingService.IsFeatureSupported Method (TeamFoundationRequestContext, Guid, IdentityDescriptor)

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, _
    userContext As IdentityDescriptor _
) As Boolean
bool IsFeatureSupported(
    TeamFoundationRequestContext requestContext,
    Guid featureId,
    IdentityDescriptor userContext
)
bool IsFeatureSupported(
    TeamFoundationRequestContext^ requestContext, 
    Guid featureId, 
    IdentityDescriptor^ userContext
)
abstract IsFeatureSupported : 
        requestContext:TeamFoundationRequestContext * 
        featureId:Guid * 
        userContext:IdentityDescriptor -> bool
function IsFeatureSupported(
    requestContext : TeamFoundationRequestContext, 
    featureId : Guid, 
    userContext : IdentityDescriptor
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ITeamFoundationLicensingService Interface

IsFeatureSupported Overload

Microsoft.TeamFoundation.Server.Core Namespace