StatusTransactionDataSet.StatusTransactionsRow.ASSN_TRANS_ACTION_ENUM Property
Specifies the action that an approver has taken on a transaction.
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_ACTION_ENUM As Short
Get
Set
'Usage
Dim instance As StatusTransactionDataSet.StatusTransactionsRow
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 same values as the TaskManagement.StatusApprovalType enumeration.
See Also
Reference
StatusTransactionDataSet.StatusTransactionsRow Class