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.
Specifies the date when the transaction was created.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_TRANS_DATE_ENTERED As DateTime
Get
Set
'Usage
Dim instance As AssnHistoryDataSet.HistoryRow
Dim value As DateTime
value = instance.ASSN_TRANS_DATE_ENTERED
instance.ASSN_TRANS_DATE_ENTERED = value
public DateTime ASSN_TRANS_DATE_ENTERED { get; set; }
Property value
Type: System.DateTime
See also
Reference
AssnHistoryDataSet.HistoryRow class