Share via


ScheduleDataSet.ScheduleRow.IsTitleNull method

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

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

Syntax

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

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

Return value

Type: System.Boolean

See also

Reference

ScheduleDataSet.ScheduleRow class

ScheduleDataSet.ScheduleRow members

WebSvcStatusing namespace