SPWeb.ASPXPageIndexed Property

Gets a Boolean value that specifies whether the .aspx pages of the website are automatically indexed.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property ASPXPageIndexed As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.ASPXPageIndexed
public bool ASPXPageIndexed { get; }

Property Value

Type: System.Boolean
true if ASPX pages are automatically indexed; false otherwise.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace