GetPropertiesOptions Enumeration

Options for the Get Properties method.

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 GetPropertiesOptions
[FlagsAttribute]
public enum GetPropertiesOptions
[FlagsAttribute]
public enum class GetPropertiesOptions
[<FlagsAttribute>]
type GetPropertiesOptions
public enum GetPropertiesOptions

Members

Member name Description
AllVersions Ignore the [Version] property and use all versions for the operation.Currently only valid on query properties.

None No options were specified.

See Also

Reference

Microsoft.TeamFoundation.Framework.Common Namespace