Web.AllowAutomaticASPXPageIndexing property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AllowAutomaticASPXPageIndexing As Boolean
Get
Set
'Usage
Dim instance As Web
Dim value As Boolean
value = instance.AllowAutomaticASPXPageIndexing
instance.AllowAutomaticASPXPageIndexing = value
public bool AllowAutomaticASPXPageIndexing { get; set; }
Property value
Type: System.Boolean