de la propiedad TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_ALLOW_PROJECT_LEVEL
Especifica si las tareas del proyecto se pueden agregar a los partes de horas.
Espacio de nombres: WebSvcAdmin
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property WADMIN_TS_ALLOW_PROJECT_LEVEL As Boolean
Get
Set
'Uso
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Boolean
value = instance.WADMIN_TS_ALLOW_PROJECT_LEVEL
instance.WADMIN_TS_ALLOW_PROJECT_LEVEL = value
public bool WADMIN_TS_ALLOW_PROJECT_LEVEL { get; set; }
Valor de propiedad
Tipo: System.Boolean
Comentarios
True si se pueden agregar las tareas del proyecto.
Vea también
Referencia
clase TimeSheetSettingsDataSet.TimeSheetSettingsRow