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