指定是否可以使用该联合的搜索位置的站点上的任何限制。这对应于OpenSearchDescription的联合的位置定义文件的IsRestricted元素。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property IsRestrictedLocation As Boolean
Get
Set
用法
Dim instance As LocationConfiguration
Dim value As Boolean
value = instance.IsRestrictedLocation
instance.IsRestrictedLocation = value
[DataMemberAttribute]
public bool IsRestrictedLocation { get; set; }