Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
PropertyBag() | Initializes a new instance of the PropertyBag class. |
![]() |
PropertyBag(PropertyBag) | Initializes a new instance of the PropertyBag class, based on another PropertyBag object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Item | Gets or sets the value at the specified index. |
![]() |
Keys | Gets the keys for the properties. |
![]() |
Values | Gets the values of the properties. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Performs a deep copy of this object. |
![]() |
Diff | Compares this object with another object and returns the differences. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetValue | Gets the value associated with the specified key. |
Top