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: [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 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