UpdateLocalVersionQueueOptions Enumeration
Options to control where and how the local versions are updated.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration UpdateLocalVersionQueueOptions
[FlagsAttribute]
public enum UpdateLocalVersionQueueOptions
[FlagsAttribute]
public enum class UpdateLocalVersionQueueOptions
[<FlagsAttribute>]
type UpdateLocalVersionQueueOptions
public enum UpdateLocalVersionQueueOptions
Members
Member name | Description | |
---|---|---|
UpdateLocal | The ‘UpdateLocal’ version. | |
UpdateServer | The ‘UpdateServer’ version. |