Gets or sets the name of the 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 string Version { get; set; }
Visual Basic (Declaration)
Public Property Version As String

Field Value

The transactional version to connect to. Ensure that the correct VersionType value has also been specified.

See Also