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