TimesheetDataSet.LinesRow.IsTS_LINE_ASSN_LAST_WORKNull método
Determina se a propriedade TS_LINE_ASSN_LAST_WORK está definida como um valor nulo.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsTS_LINE_ASSN_LAST_WORKNull As Boolean
'Uso
Dim instance As TimesheetDataSet.LinesRow
Dim returnValue As Boolean
returnValue = instance.IsTS_LINE_ASSN_LAST_WORKNull()
public bool IsTS_LINE_ASSN_LAST_WORKNull()
Valor retornado
Tipo: System.Boolean
Ver também
Referência
TimesheetDataSet.LinesRow classe