EditCaseCriteriaAssignedToGroup Property |
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)
Syntaxpublic bool AssignedToGroup { get; set; }Property Value
Type:
Boolean
RemarksThis 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