Compartilhar via


ProjectDataSet.ProjectRow.IsPROJ_PROP_TITLENull method

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

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

Syntax

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

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

Valor retornado

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

Ver também

Referência

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace