Click or drag to resize

CaseWebAssignedToGroup Property

True, if the AssignedTo is a 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 bool AssignedToGroup { get; set; }

Property Value

Type: Boolean

Implements

ICaseWebAssignedToGroup
Remarks
This property is optional when calling OwnerAccessWcfService.AddCase. This property must be set to TRUE if AssignedTo references a group when calling OwnerAccessWcfService.AddCase. If a person or group is not specified, the consultant for the rental object is by default assigned to the case.
See Also