MembersUsers
Represents properties for users within the workflow, including user ID, code, name, and a modification status flag.
Properties
| Name | Description |
|---|---|
| UserCode | The code representing the user. |
| Id | The unique identifier of the user. |
| UserName | The name of the user. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |