ParameterUIElement.BeginPoints Property (Microsoft.PerformancePoint.Scorecards)
The beginpoints collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlArrayAttribute> _
Public Property BeginPoints As ParameterDefinitionCollection
'Usage
Dim instance As ParameterUIElement
Dim value As ParameterDefinitionCollection
value = instance.BeginPoints
instance.BeginPoints = value
[XmlArrayAttribute]
public ParameterDefinitionCollection BeginPoints { get; set; }
See Also
Reference
ParameterUIElement Class
ParameterUIElement Members
Microsoft.PerformancePoint.Scorecards Namespace