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