StatusingDataSet.ProjectsRow.PROJ_OPT_MINUTES_PER_WEEK Property
Gets the default number of minutes per work week.
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_MINUTES_PER_WEEK As Integer
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
Dim value As Integer
value = instance.PROJ_OPT_MINUTES_PER_WEEK
instance.PROJ_OPT_MINUTES_PER_WEEK = value
public int PROJ_OPT_MINUTES_PER_WEEK { get; set; }
Property Value
Type: System.Int32
Remarks
If the Schedule tab in the Project Options dialog box shows 40 hours per week, the number of minutes in a work week = 2400.
See Also
Reference
StatusingDataSet.ProjectsRow Class