ProjectDataSet.TaskRow.IsTASK_OUTLINE_LEVELNull Method
Determines whether the TASK_OUTLINE_LEVEL() property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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