ImportTimesheetDataSet.LinesRow.IsTS_LINE_ACT_SUM_VALUENull-Methode
Bestimmt, ob die TS_LINE_ACT_SUM_VALUE -Eigenschaft auf einen Wert ein Nullverweis (Nothing in Visual Basic) festgelegt ist.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsTS_LINE_ACT_SUM_VALUENull As Boolean
'Usage
Dim instance As ImportTimesheetDataSet.LinesRow
Dim returnValue As Boolean
returnValue = instance.IsTS_LINE_ACT_SUM_VALUENull()
public bool IsTS_LINE_ACT_SUM_VALUENull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
ImportTimesheetDataSet.LinesRow Klasse