ProjectDataSet.AssignmentRow.IsAB_WORKNull Method
Determines whether the AB_WORK property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Function IsAB_WORKNull As Boolean
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim returnValue As Boolean
returnValue = instance.IsAB_WORKNull()
public bool IsAB_WORKNull()
Return Value
Type: System.Boolean
See Also
Reference
ProjectDataSet.AssignmentRow Class