PlannerSolutionDataSet.SolutionResHiredRow.DURATION property
Gets the number of months or quarters (depending on the timescale) for the hiring allocation. Read-only.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DURATION As Integer
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionResHiredRow
Dim value As Integer
value = instance.DURATION
instance.DURATION = value
public int DURATION { get; set; }
Property value
Type: System.Int32
Returns Int32.
See also
Reference
PlannerSolutionDataSet.SolutionResHiredRow class