del método ProjectDataSet.ProjectRow.IsPROJ_STALE_FLAGSNull
Determina si la propiedad PROJ_STALE_FLAGS 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_STALE_FLAGSNull As Boolean
'Uso
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_STALE_FLAGSNull()
public bool IsPROJ_STALE_FLAGSNull()
Valor devuelto
Tipo: System.Boolean
True si la propiedad tiene un valor nulo.
Vea también
Referencia
clase ProjectDataSet.ProjectRow