包含指定的网站都可以使用该联合的搜索位置的 Guid 的字符串的集合。该集合对应于OpenSearchDescription的联合的位置定义文件中的AllowedSiteCollectionGuids元素。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property AllowedSiteCollectionGuids As IList(Of Guid)
Get
Set
用法
Dim instance As LocationConfiguration
Dim value As IList(Of Guid)
value = instance.AllowedSiteCollectionGuids
instance.AllowedSiteCollectionGuids = value
[DataMemberAttribute]
public IList<Guid> AllowedSiteCollectionGuids { get; set; }
属性值
类型:System.Collections.Generic.IList<Guid>