StatusTransactionDataSet.StatusTransactionsRow.ASSN_TRANS_ACTION_ENUM-Eigenschaft
Gibt die Aktion, die eine genehmigende Person für eine Transaktion ausgeführt wurde.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
'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; }
Typ: System.Int16
Es dauert dieselben Werte wie die TaskManagement.StatusApprovalType -Aufzählung.
StatusTransactionDataSet.StatusTransactionsRow Klasse