StatusTransactionDataSet.StatusTransactionsRow.ASSN_TRANS_TYPE_ENUM Property
Specifies the transaction type.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property ASSN_TRANS_TYPE_ENUM As Short
Get
Set
'Usage
Dim instance As StatusTransactionDataSet.StatusTransactionsRow
Dim value As Short
value = instance.ASSN_TRANS_TYPE_ENUM
instance.ASSN_TRANS_TYPE_ENUM = value
public short ASSN_TRANS_TYPE_ENUM { get; set; }
Property Value
Type: System.Int16
Remarks
It takes the following values:
Value |
Meaning |
---|---|
0 |
Update |
1 |
Decline |
2 |
Create task |
3 |
Delegate |
4 |
Create assignment (assign existing task) |
5 |
Team delegate |
6 |
Delete task |
7 |
Delete assignment (reject) |
See Also
Reference
StatusTransactionDataSet.StatusTransactionsRow Class