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