TimesheetListDataSet.TimesheetsRow.IsTS_JOB_UIDNull-Methode
Bestimmt, ob die TS_JOB_UID -Eigenschaft auf einen null-Wert festgelegt ist.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsTS_JOB_UIDNull As Boolean
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim returnValue As Boolean
returnValue = instance.IsTS_JOB_UIDNull()
public bool IsTS_JOB_UIDNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
TimesheetListDataSet.TimesheetsRow Klasse