TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_IS_TRACKING_METHOD_LOCKED property
Especifica se o método de controle de quadro de horários está bloqueado.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property WADMIN_IS_TRACKING_METHOD_LOCKED As Boolean
Get
Set
'Uso
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Boolean
value = instance.WADMIN_IS_TRACKING_METHOD_LOCKED
instance.WADMIN_IS_TRACKING_METHOD_LOCKED = value
public bool WADMIN_IS_TRACKING_METHOD_LOCKED { get; set; }
Property value
Type: System.Boolean
Comentários
True se o método de controle de quadro de horários está bloqueado.
Ver também
Referência
TimeSheetSettingsDataSet.TimeSheetSettingsRow class