AnalysisDataSet.AnalysisProjectsRow.DURATION property
Gets or sets the duration of the project in the same time scale as the analysis.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DURATION As Integer
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectsRow
Dim value As Integer
value = instance.DURATION
instance.DURATION = value
public int DURATION { get; set; }
Property value
Type: System.Int32
Returns Int32.
Remarks
For example, if the analysis is based on Quarters, then a duration of 3 would mean 3 quarters.
See also
Reference
AnalysisDataSet.AnalysisProjectsRow class