PropertyBag class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a serializable dictionary of property values that contain key/value pairs.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.PropertyBag

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class PropertyBag _
    Implements ICloneable, IDiffable
'Usage
Dim instance As PropertyBag
[SerializableAttribute]
public class PropertyBag : ICloneable, 
    IDiffable

Remarks

The following value types are supported: string, char, int, double, decimal, DateTime, GUID, MemberCollection, List<MemberTransform>, and List<string>.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PropertyBag members

Microsoft.PerformancePoint.Scorecards namespace