Share via


BreadCrumbTrail.LeadInText Property

NOTE: This API is now obsolete.

Gets or sets the lead-in text.

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

Syntax

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

value = instance.LeadInText

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

Property Value

Type: System.String
String. The lead-in text.

See Also

Reference

BreadCrumbTrail Class

BreadCrumbTrail Members

Microsoft.SharePoint.Portal.WebControls Namespace