AssignTo |
Scroll |
Gets or sets a list of users the task is assigned to.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Property AssignTo As TheUserList C# public virtual TheUserList AssignTo { get; set; }
Parameters None.
Property Value A list of the users that this task is assigned to.
|