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