DashboardModifiedEventArgsForceUpdate Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates whether the dashboard control should be forced to update this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ForceUpdate { get; set; }
Public Property ForceUpdate As Boolean
Get
Set
public:
virtual property bool ForceUpdate {
bool get () sealed;
void set (bool value) sealed;
}
function get_ForceUpdate();
function set_ForceUpdate(value);
Property Value
Type:
BooleanTrue if the dashboard control should be forced to update this object
Return Value
Type:
BooleanTrue if the dashboard control should be forced to update this object
Remarks See Also