Share via


BpmPropertyList.SelectedIndex property

Gets or sets the zero-based selected index.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Property SelectedIndex As Integer
    Get
    Set
'Usage
Dim instance As BpmPropertyList
Dim value As Integer

value = instance.SelectedIndex

instance.SelectedIndex = value
public virtual int SelectedIndex { get; set; }

Property value

Type: System.Int32
The zero-based selected index.

See also

Reference

BpmPropertyList class

BpmPropertyList members

Microsoft.PerformancePoint.Scorecards namespace