Freigeben über


LocationConfiguration.AllowedSiteCollectionGuids-Eigenschaft

Enthält eine Auflistung von Zeichenfolgen, die die GUIDs-Website, die berechtigt sind angeben, diesen Speicherort der Sammelsuche zu verwenden. Diese Auflistung entspricht der AllowedSiteCollectionGuids Bestandteil der OpenSearchDescription der Definitionsdatei Partnerspeicherort.

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

Syntax

'Declaration
<DataMemberAttribute> _
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
[DataMemberAttribute]
public IList<Guid> AllowedSiteCollectionGuids { get; set; }

Eigenschaftswert

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

Siehe auch

Referenz

LocationConfiguration Klasse

LocationConfiguration-Member

Microsoft.Office.Server.Search.Administration-Namespace