This documentation is archived and is not being maintained.

RepositoryProperties::SupportedFeatures Property

Gets the features supported by the server.

Can be evaluated by doing a bitwise or against the SupportedFeatures enum.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property int SupportedFeatures {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The features supported by the server.

Show: