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