ResourceDataSet.ResourcesRow.IsRES_COST_CENTERNull method
Determina se a propriedade RES_COST_CENTER está definida como um valor nulo.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsRES_COST_CENTERNull As Boolean
'Uso
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As Boolean
returnValue = instance.IsRES_COST_CENTERNull()
public bool IsRES_COST_CENTERNull()
Return value
Type: System.Boolean
See also
Reference
ResourceDataSet.ResourcesRow class