LocationConfiguration.AllowedSiteCollectionGuids 属性 (Microsoft.Office.Server.Search.Administration)

Contains a collection of strings that specify the site GUIDs that are permitted to use this federated search location. This collection corresponds to the AllowedSiteCollectionGuids element of the OpenSearchDescription of the federated location definition file.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Property AllowedSiteCollectionGuids As IList(Of Guid)
用法
Dim instance As LocationConfiguration
Dim value As IList(Of Guid)

value = instance.AllowedSiteCollectionGuids

instance.AllowedSiteCollectionGuids = value
public IList<Guid> AllowedSiteCollectionGuids { get; set; }

另请参阅

参考

LocationConfiguration 类
LocationConfiguration 成员
Microsoft.Office.Server.Search.Administration 命名空间