SyncDataSet.SyncProjectSettingsRow.IsSYNC_LAST_SYNC_DATENull-Methode
Bestimmt, ob die SYNC_LAST_SYNC_DATE -Eigenschaft auf einen null-Wert festgelegt ist.
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()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
SyncDataSet.SyncProjectSettingsRow Klasse