Click or drag to resize

EditCaseCriteriaAssignedToGroup Property

True, if the AssignedTo is a Group.

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
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
Remarks
This property is optional when calling OwnerLoginWcfService.EditCase. This property must be set to TRUE if AssignedTo references a group when calling OwnerLoginWcfService.EditCase. If a person or group is not specified, the consultant for the rental object is by default assigned to the case.
See Also