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