Web.NoCrawl - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property NoCrawl As Boolean
Get
Set
'Utilisation
Dim instance As Web
Dim value As Boolean
value = instance.NoCrawl
instance.NoCrawl = value
public bool NoCrawl { get; set; }
Valeur de propriété
Type : System.Boolean