ManagedProperty.IncludeInAlertSignature property
Gets or set whether this managed property should be included in alert signature.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IncludeInAlertSignature As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.IncludeInAlertSignature
instance.IncludeInAlertSignature = value
public bool IncludeInAlertSignature { get; set; }
Property value
Type: System.Boolean