LocationConfiguration.AllowedSiteCollectionUrls - Propriété
Contient une collection de chaînes qui spécifient les URL de site qui sont autorisés à utiliser cet emplacement de recherche fédérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property AllowedSiteCollectionUrls As StringCollection
Get
Set
'Utilisation
Dim instance As LocationConfiguration
Dim value As StringCollection
value = instance.AllowedSiteCollectionUrls
instance.AllowedSiteCollectionUrls = value
[DataMemberAttribute]
public StringCollection AllowedSiteCollectionUrls { get; set; }
Valeur de propriété
Type : System.Collections.Specialized.StringCollection
Voir aussi
Référence
LocationConfiguration - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms