Gets or sets the connection information to an ArcSDE geodatabase.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

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

Field Value

An ArcSDEConnectionProperties properties object which defines the connection to an ArcSDE geodatabase.

See Also