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