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