StatusTransactionDataSet.StatusTransactionsRow.ASSN_TRANS_STATE_ENUM Property

Specifies the transaction state of the assignment.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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