: BaseAreaWebPart.AnchorAreaId (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Obsolete. Gets or sets the identifier of the anchor area.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(Nothing)> _
Public Property AnchorAreaId As String
'Uso
Dim instance As BaseAreaWebPart
Dim value As String
value = instance.AnchorAreaId
instance.AnchorAreaId = value
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute(null)]
public string AnchorAreaId { get; set; }
Valor de propiedad
String. The identifier of the anchor area.
Comentarios
The GetSubAreasFromAnchor method uses the AnchorAreaId property.
Vea también
Referencia
BaseAreaWebPart (Clase)
BaseAreaWebPart (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)