ParameterizableControl.BeginPoints Property
The beginpoints of the control being rendered, an array of ParameterDefinition objects.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Property BeginPoints As ParameterDefinition()
Get
Set
'Usage
Dim instance As ParameterizableControl
Dim value As ParameterDefinition()
value = instance.BeginPoints
instance.BeginPoints = value
public ParameterDefinition[] BeginPoints { get; set; }
Property Value
Type: []
See Also
Reference
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace