GaugeDataClone Property |
|
DataPA OpenAnalytics API Reference
Gets cloned copy of this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public GaugeData Clone { get; }
Public ReadOnly Property Clone As GaugeData
Get
public:
virtual property GaugeData^ Clone {
GaugeData^ get () sealed;
}
Return Value
Type:
GaugeDataA cloned copy of this object.
Remarks See Also