Web.NoCrawl propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: System.Boolean