DataPA Enterprise Dashboard Controls API Reference
The connection to be used for retrieving the structure.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

Property Value

Type: String
The connection to be used for retrieving the structure.

Return Value

Type: String
The connection to be used for retrieving the structure.

Remarks

The connection to be used for retrieving the structure.

See Also