Area.Indexable Property
NOTE: This API is now obsolete.
Gets or sets a value indicating whether the area can be indexed.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property Indexable As Boolean
Get
Set
'Usage
Dim instance As Area
Dim value As Boolean
value = instance.Indexable
instance.Indexable = value
[ObsoleteAttribute("This class is obsolete.")]
public bool Indexable { get; set; }
Property Value
Type: System.Boolean
Booleantrue if the area can be indexed; otherwise, false.