TimeSeriesAlgParams.PeriodicityHint Property (Microsoft.PerformancePoint.Scorecards)
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlArrayAttribute> _
Public Property PeriodicityHint As List(Of Double)
'Usage
Dim instance As TimeSeriesAlgParams
Dim value As List(Of Double)
value = instance.PeriodicityHint
instance.PeriodicityHint = value
[XmlArrayAttribute]
public List<double> PeriodicityHint { get; set; }
See Also
Reference
TimeSeriesAlgParams Class
TimeSeriesAlgParams Members
Microsoft.PerformancePoint.Scorecards Namespace