ScheduleDataSet.ScheduleRow.IsTitleNull Method
Determines whether the Title property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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