DashboardPublishEventArgsCompletedOK Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this publish operation completed OK.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool CompletedOK { get; set; }
Public Property CompletedOK As Boolean
Get
Set
public:
virtual property bool CompletedOK {
bool get () sealed;
void set (bool value) sealed;
}
function get_CompletedOK();
function set_CompletedOK(value);
Property Value
Type:
BooleanTrue if this publish operation completed OK.
Return Value
Type:
BooleanTrue if this publish operation completed OK.
Remarks See Also