UnsubmittedTimesheetDataSet.TimePeriodsRow.IsWPRD_START_DATENull-Methode
Bestimmt, ob die WPRD_START_DATE() -Eigenschaft auf ein Nullverweis (Nothing in Visual Basic)festgelegt ist.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWPRD_START_DATENull As Boolean
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsRow
Dim returnValue As Boolean
returnValue = instance.IsWPRD_START_DATENull()
public bool IsWPRD_START_DATENull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
UnsubmittedTimesheetDataSet.TimePeriodsRow Klasse