TeamFoundationSupportedFeatures Enumeration

Enum which has the features supported by either the client or server

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TeamFoundationSupportedFeatures
[FlagsAttribute]
public enum TeamFoundationSupportedFeatures
[FlagsAttribute]
public enum class TeamFoundationSupportedFeatures
[<FlagsAttribute>]
type TeamFoundationSupportedFeatures
public enum TeamFoundationSupportedFeatures

Members

Member name Description
All This is a combination of all the features which are supported. Subject to change across releases. You can send this value (from client object model to server, or from server to client object model) and mask with it, but you should not test for equality against it.

IdentityProperties The client supports strongly-typed identity properties.

None None of the features in this enum are supported.

See Also

Reference

Microsoft.TeamFoundation.Framework.Common Namespace