DataPA Enterprise Dashboard Controls API Reference
Gets cloned copy of this object (only the ID will be different).

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

Syntax

C#
public ControlPanelObject Clone { get; }
Visual Basic
Public ReadOnly Property Clone As ControlPanelObject
	Get
Visual C++
public:
virtual property ControlPanelObject^ Clone {
	ControlPanelObject^ get () sealed;
}

Return Value

Type: ControlPanelObject
A cloned copy of this object (only the ID will be different).

Remarks