Share via


BpmPropertyCollection.Item Property (Int32) (Microsoft.PerformancePoint.Scorecards)

Gets or sets the property at a specific 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
'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

  • index
    The index of the property.

Remarks

To replace a property when setting it at an index, the old property and the new property must have the same UniqueName.

See Also

Reference

BpmPropertyCollection Class
BpmPropertyCollection Members
Microsoft.PerformancePoint.Scorecards Namespace