SyncDataSet.SyncProjectSettingsRow.SYNC_LAST_SYNC_DATE Property
Gets the date of the most recent synchronization. Read-only.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property SYNC_LAST_SYNC_DATE As DateTime
Get
Set
'Usage
Dim instance As SyncDataSet.SyncProjectSettingsRow
Dim value As DateTime
value = instance.SYNC_LAST_SYNC_DATE
instance.SYNC_LAST_SYNC_DATE = value
public DateTime SYNC_LAST_SYNC_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
SyncDataSet.SyncProjectSettingsRow Class