SPUpgradeContext.Item property (Type)
Gets or sets the value of a property from a dictionary whose key is the Type.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Item ( _
key As Type _
) As Object
Get
Set
'Usage
Dim instance As SPUpgradeContext
Dim key As Type
Dim value As Object
value = instance.Item(key)
instance.Item(key) = value
public Object this[
Type key
] { get; set; }
Parameters
key
Type: System.TypeAn object from a dictionary whose key is the Type.
Property value
Type: System.Object
A string that contains the value associated with the given Type.