Click or drag to resize

Assignee Properties

The Assignee type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
Public propertyId
The id of either a user or user group.
Public propertyIsGroup
Is true if the assignee is a user group.
Public propertyIsUser
Is true if the assignee is a user.
Public propertyMemberCount
The number of members of the assignee (group). If the assignee is a user then the member count is always one (1).
Public propertyName
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.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIAssigneeDisplayName
States the DisplayName of the assignee.
Explicit interface implementationPrivate propertyIAssigneeId
States the Id of the assignee. The Id is either a user Id or a (non personal) user group Id.
Explicit interface implementationPrivate propertyIAssigneeIsGroup
States whether the assignee is a (non personal) user group.
Explicit interface implementationPrivate propertyIAssigneeIsUser
States whether the assignee is a user.
Explicit interface implementationPrivate propertyIAssigneeMemberCount
States the number of members of the assignee (group). If the assignee is a user then the member count is always one (1).
Explicit interface implementationPrivate propertyIAssigneeName
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.
Top
See Also