Share via


StatusApprovalDataSet.StatusApprovalsRow.ASSN_TRANS_ACTION_ENUM property

Gets or sets a value that specifies the decision that the project manager has taken for a transaction.

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

Syntax

'Declaration
Public Property ASSN_TRANS_ACTION_ENUM As Short
    Get
    Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As Short

value = instance.ASSN_TRANS_ACTION_ENUM

instance.ASSN_TRANS_ACTION_ENUM = value
public short ASSN_TRANS_ACTION_ENUM { get; set; }

Property value

Type: System.Int16

Remarks

It takes the following values:

Value

Meaning

0

No decision

1

Accepted

2

Rejected

See also

Reference

StatusApprovalDataSet.StatusApprovalsRow class

StatusApprovalDataSet.StatusApprovalsRow members

WebSvcStatusing namespace