ProjectDataSet.TaskCustomFieldsRow.IsFLAG_VALUENull Method

Determines whether the FLAG_VALUE property is set to a a null reference (Nothing in Visual Basic) value.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Function IsFLAG_VALUENull As Boolean
'Usage
Dim instance As ProjectDataSet.TaskCustomFieldsRow
Dim returnValue As Boolean

returnValue = instance.IsFLAG_VALUENull()
public bool IsFLAG_VALUENull()

Return Value

Type: System.Boolean

See Also

Reference

ProjectDataSet.TaskCustomFieldsRow Class

ProjectDataSet.TaskCustomFieldsRow Members

WebSvcProject Namespace