This documentation is archived and is not being maintained.
ServerInfo::IsSupported Method
Visual Studio 2013
Checks whether the specified feature is supported by this server.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- feature
- Type: System::String
The feature ID.
Return Value
Type: System::BooleanTrue if the specified feature is supported by this server; otherwise, false.
- 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.
Show: