TeamFoundationLicensingService.IsFeatureSupported Method
Returns true if the given feature is supported for the user context
Namespace: Microsoft.TeamFoundation.Framework.Server
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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe user context
- featureId
Type: System.Guid
Return Value
Type: System.Boolean
True if the feature is supported for the user context, false otherwise.
.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.