de la propiedad LocationConfiguration.AllowedSiteCollectionUrls
Contiene una colección de cadenas que especifican las direcciones URL que se pueden utilizar esta ubicación de búsqueda federada.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<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; }
Valor de propiedad
Tipo: System.Collections.Specialized.StringCollection
Vea también
Referencia
Miembros LocationConfiguration
Espacio de nombres Microsoft.Office.Server.Search.Administration