ProjectDataSet.TaskRow.IsTASK_SPINull method
Determines whether the TASK_SPI property is set to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsTASK_SPINull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTASK_SPINull()
public bool IsTASK_SPINull()
Return value
Type: System.Boolean