Gets or sets the type of the transactional ArcSDE version to connect to.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public VersionType VersionType { get; set; }
Visual Basic (Declaration)
Public Property VersionType As VersionType

Field Value

The type of the version to connect to. The default value is "Version".

Remarks

These transactional version types are mutually exclusive. The VersionType will define which one of the following three properties will be used to make the connection: Version, HistoricalName or HistoricalTimestamp.

See Also