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