Keyword.Definition 属性
获取或设置关键字的定义。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property Definition As String
Get
Set
用法
Dim instance As Keyword
Dim value As String
value = instance.Definition
instance.Definition = value
public string Definition { get; set; }
属性值
类型:System.String
一个字符串,包含的关键字的定义。