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.