BpmPropertyCollection.Item property (Int32)

Gets or sets the object at the specified index.

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

Syntax

'Declaration
Public Overridable Default Property Item ( _
    index As Integer _
) As BpmProperty
    Get
    Set
'Usage
Dim instance As BpmPropertyCollection
Dim index As Integer
Dim value As BpmProperty

value = instance(index)

instance(index) = value
public virtual BpmProperty this[
    int index
] { get; set; }

Parameters

Property value

Type: Microsoft.PerformancePoint.Scorecards.BpmProperty

Remarks

To replace an object when setting it at an index, the old and new objects must have the same value for the UniqueName property.

See also

Reference

BpmPropertyCollection class

BpmPropertyCollection members

Item overload

Microsoft.PerformancePoint.Scorecards namespace