Partager via


BaseAreaWebPart.Layers, propriété (Microsoft.SharePoint.Portal.WebControls)

Obsolete. Gets or sets the number of layers of data to be returned.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<DefaultValueAttribute(2)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property Layers As Integer
'Utilisation
Dim instance As BaseAreaWebPart
Dim value As Integer

value = instance.Layers

instance.Layers = value
[DefaultValueAttribute(2)] 
[WebPartStorageAttribute(Storage.Shared)] 
public int Layers { get; set; }

Valeur de la propriété

Int32. Number of layers of data to be returned.

Remarques

The default value is 2. If the number of layers is not specified, the user will get back two layers of data. Layers does not apply for all the queries issued by the Base Area Web Part.

Voir aussi

Référence

BaseAreaWebPart, classe
Membres BaseAreaWebPart
Microsoft.SharePoint.Portal.WebControls, espace de noms