Compartir a través de


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

Obsolete. Gets or sets a value indicating whether the GetSubAreasFromAnchor 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 IssueSubAreasFromAnchorQuery As Boolean
'Uso
Dim instance As BaseAreaWebPart
Dim value As Boolean

value = instance.IssueSubAreasFromAnchorQuery

instance.IssueSubAreasFromAnchorQuery = value
[WebPartStorageAttribute(Storage.Shared)] 
[DefaultValueAttribute(true)] 
public bool IssueSubAreasFromAnchorQuery { 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)