SPModule.SPModulePropertyBag members
Represents metadata for a module.
The SPModule.SPModulePropertyBag type exposes the following members.
Properties
Name | Description | |
---|---|---|
Item | Gets or sets the value of a property for the module. In C#, this property is the indexer for the SPModule.SPModulePropertyBag class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Updates the database with changes made to properties of the module. |
Top