: BaseAreaWebPart.IssueAreaPathQuery (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Obsolete. Gets or sets a value indicating whether the GetAreaPath 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 IssueAreaPathQuery As Boolean
'Uso
Dim instance As BaseAreaWebPart
Dim value As Boolean
value = instance.IssueAreaPathQuery
instance.IssueAreaPathQuery = value
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute(true)]
public bool IssueAreaPathQuery { 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)