Aracılığıyla paylaş


StatusTransactionDataSet.StatusTransactionsRow.ASSN_TRANS_STATE_ENUM Property

Specifies the transaction state of the assignment.

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_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

Statusing Web Service