LocationConfiguration.AllowedSiteCollectionGuids Property

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 Element (Location Definition) 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
<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; }

Property Value

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

See Also

Reference

LocationConfiguration Class

LocationConfiguration Members

Microsoft.Office.Server.Search.Administration Namespace