ProjectDataSet.ProjectResourceRow.IsRB_BASE_COSTNull method
Determina se a propriedade RB_BASE_COST está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsRB_BASE_COSTNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectResourceRow
Dim returnValue As Boolean
returnValue = instance.IsRB_BASE_COSTNull()
public bool IsRB_BASE_COSTNull()
Valor retornado
Type: System.Boolean
Ver também
Referência
ProjectDataSet.ProjectResourceRow class