Share via


PropertyBag.Values Property

Gets the values of the properties.

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

Syntax

'Declaration
Public ReadOnly Property Values As List(Of Object)
    Get
'Usage
Dim instance As PropertyBag
Dim value As List(Of Object)

value = instance.Values
public List<Object> Values { get; }

Property Value

Type: System.Collections.Generic.List<Object>
The values of the properties.

Remarks

This property is only used for serialization. Do not add values to this collection directly. Use the indexer instead.

See Also

Reference

PropertyBag Class

PropertyBag Members

Microsoft.PerformancePoint.Scorecards Namespace