DashboardFilterClone Property |
|
DataPA OpenAnalytics API Reference
Gets cloned copy of this object (only the ID will be different).
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardFilter Clone { get; }
Public ReadOnly Property Clone As DashboardFilter
Get
public:
virtual property DashboardFilter^ Clone {
DashboardFilter^ get () sealed;
}
Return Value
Type:
DashboardFilterA cloned copy of this object (only the ID will be different).
Remarks See Also