PropertyBag members

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

The PropertyBag type exposes the following members.

Constructors

  Name Description
Public method PropertyBag() Initializes a new instance of the PropertyBag class.
Public method PropertyBag(PropertyBag) Initializes a new instance of the PropertyBag class based on another PropertyBag object.

Top

Properties

  Name Description
Public property Item Gets or sets the value at the specified index.
Public property Keys Gets the keys for the properties.
Public property Values Gets the values of the properties.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetValue Gets the value associated with the specified key.

Top

See also

Reference

PropertyBag class

Microsoft.PerformancePoint.Scorecards namespace