UserDelegationDataSet.ResourceDelegationsRow.IsDELEGATE_NAMENull Method
Determines whether the DELEGATE_NAME property is set to a null value.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public Function IsDELEGATE_NAMENull As Boolean
'Usage
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim returnValue As Boolean
returnValue = instance.IsDELEGATE_NAMENull()
public bool IsDELEGATE_NAMENull()
Return Value
Type: System.Boolean
Returns Boolean.
See Also
Reference
UserDelegationDataSet.ResourceDelegationsRow Class