SearchContext.Name 属性
请注意:此 API 现在已过时。
获取搜索上下文的名称。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public ReadOnly Property Name As String
Get
用法
Dim instance As SearchContext
Dim value As String
value = instance.Name
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public string Name { get; }
属性值
类型:System.String
包含搜索上下文名称的字符串。