SPPropertyBag Members
Include Protected Members
Include Inherited Members
Stores arbitrary key and value pairs that contain custom property settings.
The SPPropertyBag type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from StringDictionary.) | |
IsSynchronized | (Inherited from StringDictionary.) | |
Item | (Inherited from StringDictionary.) | |
Keys | (Inherited from StringDictionary.) | |
SyncRoot | (Inherited from StringDictionary.) | |
Values | (Inherited from StringDictionary.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from StringDictionary.) | |
Clear | (Inherited from StringDictionary.) | |
ContainsKey | (Inherited from StringDictionary.) | |
ContainsValue | (Inherited from StringDictionary.) | |
CopyTo | (Inherited from StringDictionary.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from StringDictionary.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from StringDictionary.) | |
ToString | (Inherited from Object.) | |
Update | Updates the database with changes that were made to the properties in the property bag. |
Top