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