BreadCrumbTrail.AnchorID Property

NOTE: This API is now obsolete.

Gets or sets the identifier of the anchor area.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("Webpart_Property_AnchorID_Text", "Webpart__Custome_Property_Text",  _
    "Webpart_Property_AnchorID_Description")> _
<ObsoleteAttribute("Control is obsolete.  Please use asp:SiteMapPath instead")> _
Public Property AnchorID As String
    Get
    Set
'Usage
Dim instance As BreadCrumbTrail
Dim value As String

value = instance.AnchorID

instance.AnchorID = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("Webpart_Property_AnchorID_Text", "Webpart__Custome_Property_Text", 
    "Webpart_Property_AnchorID_Description")]
[ObsoleteAttribute("Control is obsolete.  Please use asp:SiteMapPath instead")]
public string AnchorID { get; set; }

Property Value

Type: System.String
String. The identifier of the anchor area.

See Also

Reference

BreadCrumbTrail Class

BreadCrumbTrail Members

Microsoft.SharePoint.Portal.WebControls Namespace