CalendarDataSet.CalendarExceptionsRow.IsShift1FinishNull method
Determina se a propriedade Shift1Finish está definida como a null reference (Nothing in Visual Basic).
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsShift1FinishNull As Boolean
'Uso
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim returnValue As Boolean
returnValue = instance.IsShift1FinishNull()
public bool IsShift1FinishNull()
Valor retornado
Type: System.Boolean
Ver também
Referência
CalendarDataSet.CalendarExceptionsRow class