Share via


AnalysisDataSet.AnalysisProjectRequirementsByRoleRow.START_DATE property

Gets the beginning of the period of time the requirement information is based on. Read-only.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property START_DATE As DateTime
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectRequirementsByRoleRow
Dim value As DateTime

value = instance.START_DATE

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

Property value

Type: System.DateTime
Returns DateTime.

Remarks

The duration of the time period is determined by the time scale of the analysis.

See also

Reference

AnalysisDataSet.AnalysisProjectRequirementsByRoleRow class

AnalysisDataSet.AnalysisProjectRequirementsByRoleRow members

WebSvcPortfolioAnalyses namespace