de la propiedad Web.NoCrawl
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Property NoCrawl As Boolean
Get
Set
'Uso
Dim instance As Web
Dim value As Boolean
value = instance.NoCrawl
instance.NoCrawl = value
public bool NoCrawl { get; set; }
Valor de propiedad
Tipo: System.Boolean