: BreadCrumbTrail.AnchorID (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
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)> _
<ResourcesAttribute("Webpart_Property_AnchorID_Text", "Webpart__Custome_Property_Text", "Webpart_Property_AnchorID_Description")> _
Public Property AnchorID As String
'Uso
Dim instance As BreadCrumbTrail
Dim value As String
value = instance.AnchorID
instance.AnchorID = value
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute(null)]
[ResourcesAttribute("Webpart_Property_AnchorID_Text", "Webpart__Custome_Property_Text", "Webpart_Property_AnchorID_Description")]
public string AnchorID { get; set; }
Valor de propiedad
String. The identifier of the anchor area.
Vea también
Referencia
BreadCrumbTrail (Clase)
BreadCrumbTrail (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)