FSAbstractJobDefinitionBase.SearchAppId Property

The GUID of the Search Service Application the timer job is associated with.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected Property SearchAppId As Guid
    Get
    Set
'Usage
Dim value As Guid

value = Me.SearchAppId

Me.SearchAppId = value
protected Guid SearchAppId { get; set; }

Property Value

Type: System.Guid
Returns Guid.

See Also

Reference

FSAbstractJobDefinitionBase Class

FSAbstractJobDefinitionBase Members

Microsoft.Office.Server.Search.Administration Namespace