Compartilhar via


ProjectDataSet.ProjectRow.IsPROJ_OPT_MINUTES_PER_DAYNull method

Determina se a propriedade PROJ_OPT_MINUTES_PER_DAY está definida como um valor nulo.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Function IsPROJ_OPT_MINUTES_PER_DAYNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean

returnValue = instance.IsPROJ_OPT_MINUTES_PER_DAYNull()
public bool IsPROJ_OPT_MINUTES_PER_DAYNull()

Valor retornado

Type: System.Boolean
True se PROJ_OPT_MINUTES_PER_DAY for a null reference (Nothing in Visual Basic).

Ver também

Referência

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace