ResourceDataSet.ResourcesRow.IsRES_EXCHANGE_EWS_URLNull method
Determines whether the RES_EXCHANGE_EWS_URL property is set to a null value.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsRES_EXCHANGE_EWS_URLNull As Boolean
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As Boolean
returnValue = instance.IsRES_EXCHANGE_EWS_URLNull()
public bool IsRES_EXCHANGE_EWS_URLNull()
Return value
Type: System.Boolean
True if the property value is set to null; otherwise, False.
See also
Reference
ResourceDataSet.ResourcesRow class