AssnHistoryDataSet.HistoryRow.ASSN_TRANS_ACTION_ENUM Property
Gets or sets a value that specifies the decision 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 Byte
Get
Set
'Usage
Dim instance As AssnHistoryDataSet.HistoryRow
Dim value As Byte
value = instance.ASSN_TRANS_ACTION_ENUM
instance.ASSN_TRANS_ACTION_ENUM = value
public byte ASSN_TRANS_ACTION_ENUM { get; set; }
Property Value
Type: System.Byte
Remarks
It takes the following values:
Value |
Meaning |
---|---|
0 |
No decision |
1 |
Accepted |
2 |
Rejected |
See Also
Reference
AssnHistoryDataSet.HistoryRow Class