Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Options for the [GetProperties] 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. |