Share via


ResourceDataSet.ResourcesRow.IsRES_EXCHANGE_SYNCNull method

Determines whether the RES_EXCHANGE_SYNC property is set to a null value.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function IsRES_EXCHANGE_SYNCNull As Boolean
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As Boolean

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

Return value

Type: System.Boolean
True if the property value is set to null; otherwise, False.

See also

Reference

ResourceDataSet.ResourcesRow class

ResourceDataSet.ResourcesRow members

WebSvcTimeSheet namespace