PropertyBag.Keys Property
Gets the keys for the properties.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Keys As List(Of String)
Get
'Usage
Dim instance As PropertyBag
Dim value As List(Of String)
value = instance.Keys
public List<string> Keys { get; }
Property Value
Type: System.Collections.Generic.List<String>
The keys for the properties.
Remarks
This property is only used for serialization. Do not add values to this collection directly, use the indexer instead.