: BaseAreaWebPart.Layers (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Obsolete. Gets or sets the number of layers of data to be returned.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<DefaultValueAttribute(2)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property Layers As Integer
'Uso
Dim instance As BaseAreaWebPart
Dim value As Integer
value = instance.Layers
instance.Layers = value
[DefaultValueAttribute(2)]
[WebPartStorageAttribute(Storage.Shared)]
public int Layers { get; set; }
Valor de propiedad
Int32. Number of layers of data to be returned.
Comentarios
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.
Vea también
Referencia
BaseAreaWebPart (Clase)
BaseAreaWebPart (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)