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
Public Property AllowedSiteCollectionUrls As StringCollection
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As StringCollection
value = instance.AllowedSiteCollectionUrls
instance.AllowedSiteCollectionUrls = value
public StringCollection AllowedSiteCollectionUrls { get; set; }
Property Value
Type: System.Collections.Specialized.StringCollection