ProjectDataSet.TaskRow.IsTASK_FREE_SLACKNull Method
Determines whether the TASK_FREE_SLACK() 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_FREE_SLACKNull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim returnValue As Boolean
returnValue = instance.IsTASK_FREE_SLACKNull()
public bool IsTASK_FREE_SLACKNull()
Return Value
Type: System.Boolean