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