SearchServiceApplication.FarmIdsForAlerts property

Gets or sets the list of farm IDs to be notified when alerts are raised by the current SearchServiceApplication.

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

Syntax

'Declaration
Public Property FarmIdsForAlerts As List(Of Guid)
    Get
    Set
'Usage
Dim instance As SearchServiceApplication
Dim value As List(Of Guid)

value = instance.FarmIdsForAlerts

instance.FarmIdsForAlerts = value
public List<Guid> FarmIdsForAlerts { get; set; }

Property value

Type: System.Collections.Generic.List<Guid>
The list of farm IDs to be notified when alerts are raised by the current SearchServiceApplication.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace