LocationConfiguration.AllowedSiteCollectionGuids, propriété (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.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property AllowedSiteCollectionGuids As IList(Of Guid)
'Utilisation
Dim instance As LocationConfiguration
Dim value As IList(Of Guid)
value = instance.AllowedSiteCollectionGuids
instance.AllowedSiteCollectionGuids = value
public IList<Guid> AllowedSiteCollectionGuids { get; set; }
Voir aussi
Référence
LocationConfiguration, classe
Membres LocationConfiguration
Microsoft.Office.Server.Search.Administration, espace de noms