AssnHistoryDataSet.HistoryRow.ASSN_TRANS_DATE_ENTERED Property
Specifies the date when the transaction was created.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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