Compartilhar via


AlertManagerInfo.SearchAlertNotificationFormatVersion property

Obtém ou define a versão do formato de notificações de alerta de Search .

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property SearchAlertNotificationFormatVersion As Integer
    Get
    Set
'Uso
Dim instance As AlertManagerInfo
Dim value As Integer

value = instance.SearchAlertNotificationFormatVersion

instance.SearchAlertNotificationFormatVersion = value
[DataMemberAttribute]
public int SearchAlertNotificationFormatVersion { get; set; }

Property value

Type: System.Int32
A versão do formato de notificações de alerta de Search .

Ver também

Referência

AlertManagerInfo class

AlertManagerInfo members

Microsoft.Office.Server.Search.Query namespace