DataPA Enterprise Dashboard Controls API Reference
Gets and sets which of the systems defined connection this object should use.

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public string Connection { get; set; }
Visual Basic
Public Property Connection As String
	Get
	Set
Visual C++
public:
property String^ Connection {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
The systems defined connection this object should use.

Return Value

Type: String
The systems defined connection this object should use.

Remarks

If this value does not match the name of a valid connection for the system, the default connection will be used.

See Also