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: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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