Share via


StatusTransactionDataSet.StatusTransactionsRow.ASSN_TRANS_TYPE_ENUM property

Specifies the transaction type.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

StatusTransactionDataSet.StatusTransactionsRow members

WebSvcStatusing namespace