Share via


TeamFoundationLicensingService.IsFeatureSupported Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationLicensingService Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace