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