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