Area.Indexable, propriété (Microsoft.SharePoint.Portal.SiteData)
Gets or sets a value indicating whether the area can be indexed.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property Indexable As Boolean
'Utilisation
Dim instance As Area
Dim value As Boolean
value = instance.Indexable
instance.Indexable = value
public bool Indexable { get; set; }
Valeur de la propriété
Booleantrue if the area can be indexed; otherwise, false.
Voir aussi
Référence
Area, classe
Membres Area
Microsoft.SharePoint.Portal.SiteData, espace de noms