Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the duration of the project.
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 PlannerSolutionDataSet.SolutionProjectsRow
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.SolutionProjectsRow Class