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