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