Share via


StatusTransactionDataSet.StatusTransactionsRow.ASSN_TRANS_STATE_ENUM property

Specifies the transaction state of the assignment.

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

Syntax

'Declaration
Public Property ASSN_TRANS_STATE_ENUM As Short
    Get
    Set
'Usage
Dim instance As StatusTransactionDataSet.StatusTransactionsRow
Dim value As Short

value = instance.ASSN_TRANS_STATE_ENUM

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

Property value

Type: System.Int16

Remarks

The ASSN_TRANS_STATE_ENUM property can have the following values:

Member name

Description

Saved

Value = 0. Saved by team member

Submitted

Value = 1. Submitted by team member; awaiting action by manager

InProcess

Value = 2. Submitted for processing by manager; awaiting processing by message handler

ApplySuccessful

Value = 3. Applied to the draft database

ApplyFailed

Value = 4. Failed to be applied to the draft database

See also

Reference

StatusTransactionDataSet.StatusTransactionsRow class

StatusTransactionDataSet.StatusTransactionsRow members

WebSvcStatusing namespace