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