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