Compartilhar via


LocationConfiguration.AllowedSiteCollectionGuids property

Contém uma coleção de seqüências de caracteres que especifica o site GUIDs podem usar este local de pesquisa federado. Essa coleção corresponde ao elemento de AllowedSiteCollectionGuids de OpenSearchDescription de arquivo de definição de local federado.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<DataMemberAttribute> _
Public Property AllowedSiteCollectionGuids As IList(Of Guid)
    Get
    Set
'Uso
Dim instance As LocationConfiguration
Dim value As IList(Of Guid)

value = instance.AllowedSiteCollectionGuids

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

Property value

Type: System.Collections.Generic.IList<Guid>

Ver também

Referência

LocationConfiguration class

LocationConfiguration members

Microsoft.Office.Server.Search.Administration namespace