ScheduleDataSet.ScheduleRow.IsStartNull Method
Determines whether the Start property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsStartNull As Boolean
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim returnValue As Boolean
returnValue = instance.IsStartNull()
public bool IsStartNull()
Return Value
Type: System.Boolean
See Also
Reference
ScheduleDataSet.ScheduleRow Class