StatusingDataSet.ProjectsRow.PROJ_OPT_WORK_ENTRY_FMT Property
Gets a value that specifies the default duration format for entry of work.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_OPT_WORK_ENTRY_FMT As Short
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Short
value = instance.PROJ_OPT_WORK_ENTRY_FMT
instance.PROJ_OPT_WORK_ENTRY_FMT = value
public short PROJ_OPT_WORK_ENTRY_FMT { get; set; }
Property Value
Type: System.Int16
The default value is hours (5).
Remarks
The default duration format can be set on the Schedule tab of the Project Options dialog box. You can compare this value with the Task.DurationFormat enumeration. Possible values for the work entry format are minutes (3), hours (5), days (7), weeks (9), or months (11).
See Also
Reference
StatusingDataSet.ProjectsRow Class