SPContentDatabaseJobDefinition.JobRunTime property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property JobRunTime As Integer
Get
Set
'Usage
Dim instance As SPContentDatabaseJobDefinition
Dim value As Integer
value = instance.JobRunTime
instance.JobRunTime = value
public int JobRunTime { get; set; }
Property value
Type: System.Int32
See also
Reference
SPContentDatabaseJobDefinition class