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)

Syntax

'Declaration
Public Property SupportedFeatures As Integer
public int SupportedFeatures { get; set; }
public:
property int SupportedFeatures {
    int get ();
    void set (int value);
}
member SupportedFeatures : int with get, set
function get SupportedFeatures () : int 
function set SupportedFeatures (value : int)

Property Value

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

.NET Framework Security

See Also

Reference

RepositoryProperties Class

Microsoft.TeamFoundation.VersionControl.Client Namespace