Click or drag to resize
ResponsibilityAssigneeTypeId Property
Type ID of the actor chosen for this Responsibility. Supported values are ActorType.Employee and ActorType.LeaseUser only, i.e. Technician and Contact.

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

Property Value

Type: ActorType
See Also