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