ResourceAuthorizationDataSet.ResourcesRow.IsRES_EXCHANGE_SYNCNull Method
Determines whether the RES_EXCHANGE_SYNC property is set to a a null reference (Nothing in Visual Basic) 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 IsRES_EXCHANGE_SYNCNull As Boolean
'Usage
Dim instance As ResourceAuthorizationDataSet.ResourcesRow
Dim returnValue As Boolean
returnValue = instance.IsRES_EXCHANGE_SYNCNull()
public bool IsRES_EXCHANGE_SYNCNull()
Return Value
Type: System.Boolean
Returns Boolean.
See Also
Reference
ResourceAuthorizationDataSet.ResourcesRow Class