This documentation is archived and is not being maintained.

ServerInfo::IsSupported Method

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)

public:
bool IsSupported(
	String^ feature
)

Parameters

feature
Type: System::String

The feature ID.

Return Value

Type: System::Boolean
True if the specified feature is supported by this server; otherwise, false.

Show: