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.
Removes the property, so that it will not be persisted if the job is paused and the timer service is stopped.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
key As String _
)
'Usage
Dim instance As SPJobState
Dim key As String
instance.Remove(key)
public void Remove(
string key
)
Parameters
key
Type: System.StringThe name of the property to be removed.