AnalysisDataSet.AnalysisProjectsRow.DURATION Property
Gets or sets the duration of the project in the same time scale as the analysis.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
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