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