AnalysisDataSet.AnalysisRow.TIME_SCALE Property
Gets or sets the value that specifies what time scale to use during resource planning.
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 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