Share via


SPJobHistory.DatabaseName property

Database name of the job history entry.

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

Syntax

'Declaration
Public ReadOnly Property DatabaseName As String
    Get
'Usage
Dim instance As SPJobHistory
Dim value As String

value = instance.DatabaseName
public string DatabaseName { get; }

Property value

Type: System.String
A String representing the job history entry database name..

See also

Reference

SPJobHistory class

SPJobHistory members

Microsoft.SharePoint.Administration namespace