SyncDataSet.SyncProjectSettingsRow.IsSYNC_LAST_SYNC_DATENull method
Determines whether the SYNC_LAST_SYNC_DATE property is set to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsSYNC_LAST_SYNC_DATENull As Boolean
'Usage
Dim instance As SyncDataSet.SyncProjectSettingsRow
Dim returnValue As Boolean
returnValue = instance.IsSYNC_LAST_SYNC_DATENull()
public bool IsSYNC_LAST_SYNC_DATENull()
Return value
Type: System.Boolean
See also
Reference
SyncDataSet.SyncProjectSettingsRow class