Share via


PropertyBag.Item Property

Gets or sets the value at the specified index.

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

Syntax

'Declaration
Public Property Item ( _
    key As String _
) As Object
    Get
    Set
'Usage
Dim instance As PropertyBag
Dim key As String
Dim value As Object

value = instance.Item(key)

instance.Item(key) = value
public Object this[
    string key
] { get; set; }

Parameters

Property Value

Type: System.Object
The value with the specified key.

See Also

Reference

PropertyBag Class

PropertyBag Members

Microsoft.PerformancePoint.Scorecards Namespace