ResourceDataSet.ResourceRatesRow.IsRES_OVT_RATENull método
Determina se a propriedade RES_OVT_RATE está definida como um valor nulo.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsRES_OVT_RATENull As Boolean
'Uso
Dim instance As ResourceDataSet.ResourceRatesRow
Dim returnValue As Boolean
returnValue = instance.IsRES_OVT_RATENull()
public bool IsRES_OVT_RATENull()
Valor retornado
Tipo: System.Boolean
Ver também
Referência
ResourceDataSet.ResourceRatesRow classe