Click or drag to resize
WorkOrderSubType Property
Work order custom type. Each custom type corresponds to one of the base work order type. Is required.

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public WorkOrderType SubType { get; set; }

Property Value

Type: WorkOrderType
See Also