LocationConfiguration.AllowedSiteCollectionUrls property

Contains a collection of strings that specify the site URLs that are permitted to use this federated search location.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AllowedSiteCollectionUrls As StringCollection
    Get
    Set
'Usage
Dim instance As LocationConfiguration
Dim value As StringCollection

value = instance.AllowedSiteCollectionUrls

instance.AllowedSiteCollectionUrls = value
[DataMemberAttribute]
public StringCollection AllowedSiteCollectionUrls { get; set; }

Property value

Type: System.Collections.Specialized.StringCollection

See also

Reference

LocationConfiguration class

LocationConfiguration members

Microsoft.Office.Server.Search.Administration namespace