Assignee Properties | 
The Assignee type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayName | ||
| Id | 
            The id of either a user or user group.
              | |
| IsGroup | 
            Is true if the assignee is a user group.
              | |
| IsUser | 
            Is true if the assignee is a user.
              | |
| MemberCount | 
            The number of members of the assignee (group).
            If the assignee is a user then the member count is always one (1).
              | |
| Name | 
            If the assignee is a user then Name specifies the username.
            If the assignee is a user group then Name specifies the name of the user group.
              | 
| Name | Description | |
|---|---|---|
| IAssigneeDisplayName | 
            States the DisplayName of the assignee.
              | |
| IAssigneeId | 
            States the Id of the assignee.
            The Id is either a user Id or a (non personal) user group Id.
              | |
| IAssigneeIsGroup | 
            States whether the assignee is a (non personal) user group.
              | |
| IAssigneeIsUser | 
            States whether the assignee is a user.
              | |
| IAssigneeMemberCount | 
            States the number of members of the assignee (group).
            If the assignee is a user then the member count is always one (1).
              | |
| IAssigneeName | 
            States the Name of the assignee.
            If the assignee is a user then Name holds the username.
            If the assignee is a user group then Name holds the name of the user group.
              |