AlertConditionsClone 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 AlertConditions Clone { get; }
Public ReadOnly Property Clone As AlertConditions
Get
public:
virtual property AlertConditions^ Clone {
AlertConditions^ get () sealed;
}
Return Value
Type:
AlertConditionsA cloned copy of this object.
Remarks See Also