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