Click or drag to resize

MaintenancePerformedTasks Property

[This is preliminary documentation and is subject to change.]

A list of the specific tasks that were performed while conducting this maintenance event

Namespace:  CFX.ResourcePerformance
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public List<MaintenanceTask> Tasks { get; set; }

Property Value

Type: ListMaintenanceTask
See Also