Share via


ScheduleDataSet.ScheduleRow.IsFinishNull method

Determines whether the Finish property is set to a a null reference (Nothing in Visual Basic) value.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function IsFinishNull As Boolean
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim returnValue As Boolean

returnValue = instance.IsFinishNull()
public bool IsFinishNull()

Return value

Type: System.Boolean

See also

Reference

ScheduleDataSet.ScheduleRow class

ScheduleDataSet.ScheduleRow members

WebSvcStatusing namespace