Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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