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