ImportTimesheetDataSet.LinesRow.IsTS_LINE_COMMENTNull-Methode
Bestimmt, ob die TS_LINE_COMMENT -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_COMMENTNull As Boolean
'Usage
Dim instance As ImportTimesheetDataSet.LinesRow
Dim returnValue As Boolean
returnValue = instance.IsTS_LINE_COMMENTNull()
public bool IsTS_LINE_COMMENTNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
ImportTimesheetDataSet.LinesRow Klasse