RepositoryProperties.SupportedFeatures Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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

.NET Framework Security

See Also

Reference

RepositoryProperties Class

Microsoft.TeamFoundation.VersionControl.Server Namespace