Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the event data with the specified key from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Item ( _
key As String _
) As Object
Get
Set
'Usage
Dim instance As SPItemEventDataCollection
Dim key As String
Dim value As Object
value = instance.Item(key)
instance.Item(key) = value
public Object this[
string key
] { get; set; }
Parameters
key
Type: System.StringA string that contains the key.
Property Value
Type: System.Object
An object that represents the event data.
See Also
Reference
SPItemEventDataCollection Class