SPUpgradeContext.Item property
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