...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ProjectIssueCategoryId | Int32 | No | The project issue category Id is a unique identifier for a project issue category. For internal use only. | |
ProjectIssueCategoryUid | Int64 |
Yes |
A unique and immutable identifier for a project issue category. | 1152921504606992779 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:CategoryIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"> <b:ProjectIssueCategoryId>351612</b:ProjectIssueCategoryId> <b:ProjectIssueCategoryUid>1152921504606992779</b:ProjectIssueCategoryUid> </a:CategoryIdentity> |
...