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 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.StringA string representing the property to be retrieved.
Property value
Type: System.Object
An Object representing the property retrieved.