LocationConfiguration.AllowedSiteCollectionUrls property
Contém uma coleção de seqüências de caracteres que especifique os URLs de sites que podem usar este local de pesquisa federado.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property AllowedSiteCollectionUrls As StringCollection
Get
Set
'Uso
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