de la propiedad ProjectDataSet.TaskRow.TASK_IS_NULL
Especifica si la tarea no tiene ningún valor establecido.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property TASK_IS_NULL As Boolean
Get
Set
'Uso
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean
value = instance.TASK_IS_NULL
instance.TASK_IS_NULL = value
public bool TASK_IS_NULL { get; set; }
Valor de propiedad
Tipo: System.Boolean
Comentarios
Es de sólo lectura. Calcula. true si la tarea no tiene ningún valor establecido; en caso contrario, false.