del método ProjectDataSet.ProjectRow.IsProjectOwnerIDNull
Determina si la propiedad ProjectOwnerID se establece en un valor nulo.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Function IsProjectOwnerIDNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsProjectOwnerIDNull()
public bool IsProjectOwnerIDNull()
Valor devuelto
Tipo: System.Boolean
True si ProjectOwnerID es una referencia null (Nothing en Visual Basic).
Vea también
Referencia
clase ProjectDataSet.ProjectRow