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