ChangeSetStatus Enumeration
Specifies the status of the change set.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| Approved | The change set is approved. | |
| Committed | The change set is committed. | |
| NotSpecified | The stataus of the change set is unspecified. The default value of ChangeSetStatus is "NotSpecified". | |
| Open | The change set is open for changes. | |
| Pending | The change set is pending approval. | |
| Rejected | The change set is rejected. |
The ChangeSetStatus type specifies the status of the change set.
Show: