AlertManagerInfo.SearchAlertNotificationFormatVersion property

Gets or sets the version of the Search alert notifications format.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SearchAlertNotificationFormatVersion As Integer
    Get
    Set
'Usage
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
The version of the Search alert notifications format.

See also

Reference

AlertManagerInfo class

AlertManagerInfo members

Microsoft.Office.Server.Search.Query namespace