Click or drag to resize

CaseWebAssignedTo Property

Assigned to employee or group

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public PersonWeb AssignedTo { get; set; }

Property Value

Type: PersonWeb

Implements

ICaseWebAssignedTo
Remarks
This property is optional when calling {OwnerAccessWcfService,BookingAuthenticateWcfService}.AddCase. If a person or group is not specified, the consultant for the rental object is by default assigned to the case.
See Also