SPJobState.Item property

Gets or sets an item from the collection of job state properties.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Item ( _
    key As String _
) As Object
    Get
    Set
'Usage
Dim instance As SPJobState
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.String

    A string representing the property to be retrieved.

Property value

Type: System.Object
An Object representing the property retrieved.

See also

Reference

SPJobState class

SPJobState members

Microsoft.SharePoint.Administration namespace