Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that specifies the type of transaction.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_TRANS_TYPE_ENUM As Byte
Get
Set
'Usage
Dim instance As AssnHistoryDataSet.HistoryRow
Dim value As Byte
value = instance.ASSN_TRANS_TYPE_ENUM
instance.ASSN_TRANS_TYPE_ENUM = value
public byte ASSN_TRANS_TYPE_ENUM { get; set; }
Property value
Type: System.Byte
Remarks
It takes the following values:
Value |
Meaning |
|---|---|
0 |
Update |
1 |
Decline |
2 |
CreateTask |
3 |
Delegate |
4 |
CreateAssignment |
5 |
TeamDelegate |
6 |
DeleteTask |
7 |
DeleteAssignment |
See also
Reference
AssnHistoryDataSet.HistoryRow class