Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property AllowedSiteCollectionGuids As IList(Of Guid)
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As IList(Of Guid)
value = instance.AllowedSiteCollectionGuids
instance.AllowedSiteCollectionGuids = value
public IList<Guid> AllowedSiteCollectionGuids { get; set; }
Property Value
Type: System.Collections.Generic.IList<Guid>