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)

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