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
Syntaxpublic List<MaintenanceTask> Tasks { get; set; }
Public Property Tasks As List(Of MaintenanceTask)
Get
Set
Property Value
Type:
ListMaintenanceTask
See Also