SPUpgradeContext.Item Property
Include Protected Members
Include Inherited Members
Gets or sets the value of the associated key or the associated Type in the upgrade context.
Overload List
Name | Description | |
---|---|---|
Item[String] | Gets or sets the value of a property from a dictionary whose key is the String. | |
Item[Type] | Gets or sets the value of a property from a dictionary whose key is the Type. |
Top