SPJobHistory.WebApplicationId property

Web application identifier of the job history entry.

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

Syntax

'Declaration
Public ReadOnly Property WebApplicationId As Guid
    Get
'Usage
Dim instance As SPJobHistory
Dim value As Guid

value = instance.WebApplicationId
public Guid WebApplicationId { get; }

Property value

Type: System.Guid
A unique Guid identifier of the Web application.

See also

Reference

SPJobHistory class

SPJobHistory members

Microsoft.SharePoint.Administration namespace