DataPA Enterprise Dashboard Controls API Reference
Gets and sets a property that indicates if the Copy an existing query step is shown in the query wizard.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool ShowCopyQuery { get; set; }
Visual Basic
Public Property ShowCopyQuery As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ShowCopyQuery {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if the Copy an existing query step is shown in the query wizard.

Return Value

Type: Boolean
True if the Copy an existing query step is shown in the query wizard.

Remarks