ManagedProperty.IncludeInAlertSignature 属性
获取或设置这是否托管属性应包含警报的签名中。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property IncludeInAlertSignature As Boolean
Get
Set
用法
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.IncludeInAlertSignature
instance.IncludeInAlertSignature = value
public bool IncludeInAlertSignature { get; set; }