Compartir a través de


: BaseAreaWebPart.IssueItemsAndAreasQuery (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Obsolete. Gets or sets a value indicating whether the GetItemsAndAreas query is enabled.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(True)> _
Public Property IssueItemsAndAreasQuery As Boolean
'Uso
Dim instance As BaseAreaWebPart
Dim value As Boolean

value = instance.IssueItemsAndAreasQuery

instance.IssueItemsAndAreasQuery = value
[WebPartStorageAttribute(Storage.Shared)] 
[DefaultValueAttribute(true)] 
public bool IssueItemsAndAreasQuery { get; set; }

Valor de propiedad

Boolean true if the query is enabled; otherwise, false.

Vea también

Referencia

BaseAreaWebPart (Clase)
BaseAreaWebPart (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)