SPWeb.ASPXPageIndexed - Propriété
Obtient une valeur booléenne qui spécifie si les pages .aspx du site Web sont automatiquement indexés.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ASPXPageIndexed As Boolean
Get
'Utilisation
Dim instance As SPWeb
Dim value As Boolean
value = instance.ASPXPageIndexed
public bool ASPXPageIndexed { get; }
Valeur de propriété
Type : System.Boolean
true si les pages ASPX sont automatiquement indexés ; false dans le cas contraire.