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
key
Type: System.StringThe key of the value to look up.
Property Value
Type: System.Object
The value with the specified key.