Collection of the map connections to be managed by this dialog.

Namespace: Ico.Ewx.Design
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ObservableCollection<MapConnection> Connections { get; set; }
Visual Basic
Public Property Connections As ObservableCollection(Of MapConnection)
	Get
	Set
JScript
function get Connections () : ObservableCollection<MapConnection>
function set Connections (value : ObservableCollection<MapConnection>)

See Also