Gets and sets the condition that all records are exported as a maintenance action. | |
Syntax: | Boolean =
object.ExportRecordAll object.ExportRecordAll = Boolean |
Description: | CimTable.ExportAll is a boolean value
specifing that all records should be exported when a maintenance
action occurs. This property can NOT be used with either
CimTable.ExportRecordTime or
CimTable.ExportRecordCount. Examples myTable.ExportRecordAll = TRUE |