次の方法で共有


AnalysisDataSet.AnalysisRow.HORIZON_END_DATE Property

Gets or sets the end of the date range considered in 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 HORIZON_END_DATE As DateTime
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As DateTime

value = instance.HORIZON_END_DATE

instance.HORIZON_END_DATE = value
public DateTime HORIZON_END_DATE { get; set; }

Property Value

Type: System.DateTime
Returns DateTime.

Remarks

This is used only for resource planning.

See Also

Reference

AnalysisDataSet.AnalysisRow Class

AnalysisDataSet.AnalysisRow Members

PortfolioAnalyses Web Service