SPWeb.ASPXPageIndexed property
Obtém um valor booleano que especifica se as páginas. aspx do site são automaticamente indexadas.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ASPXPageIndexed As Boolean
Get
'Uso
Dim instance As SPWeb
Dim value As Boolean
value = instance.ASPXPageIndexed
public bool ASPXPageIndexed { get; }
Property value
Type: System.Boolean
true se páginas ASPX são automaticamente indexadas; false caso contrário.