Share via


AnalysisDataSet.AnalysisRow.TIME_SCALE property

Gets or sets the value that specifies what time scale to use during resource planning.

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

Syntax

'Declaration
Public Property TIME_SCALE As Byte
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As Byte

value = instance.TIME_SCALE

instance.TIME_SCALE = value
public byte TIME_SCALE { get; set; }

Property value

Type: System.Byte
Returns Byte.

Remarks

The value corresponds to an entry in TimeScaleClass.TimeScale enumeration. Currently only Months and Quarters are supported.

See also

Reference

AnalysisDataSet.AnalysisRow class

AnalysisDataSet.AnalysisRow members

WebSvcPortfolioAnalyses namespace