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