ResourceDataSet.ResourceAvailabilitiesRow.IsRES_AVAIL_FROMNull method
Determines whether the RES_AVAIL_FROM property is set to a null value.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsRES_AVAIL_FROMNull As Boolean
'Usage
Dim instance As ResourceDataSet.ResourceAvailabilitiesRow
Dim returnValue As Boolean
returnValue = instance.IsRES_AVAIL_FROMNull()
public bool IsRES_AVAIL_FROMNull()
Return value
Type: System.Boolean
See also
Reference
ResourceDataSet.ResourceAvailabilitiesRow class