AlertCollection.Item property
Obtém o alerta de pesquisa especificado da coleção de alertas para o site.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
alertID As Guid _
) As SearchAlert
Get
'Uso
Dim instance As AlertCollection
Dim alertID As Guid
Dim value As SearchAlert
value = instance(alertID)
public SearchAlert this[
Guid alertID
] { get; }
Parâmetros
alertID
Type: System.GuidUm GUID que identifica o alerta de pesquisa.
Property value
Type: Microsoft.Office.Server.Search.Query.SearchAlert
Um objeto SearchAlert que representa o alerta.