TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_IS_TRACKING_METHOD_LOCKED property
Specifies whether the timesheet tracking method is locked.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_IS_TRACKING_METHOD_LOCKED As Boolean
Get
Set
'Usage
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
Remarks
True if the timesheet tracking method is locked.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class