BreadCrumbTrail.LeadInTextLocId Property
NOTE: This API is now obsolete.
Gets or sets the identifier of the lead-in text.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("Webpart_Property_LeadInText_Text", "Webpart__Custome_Property_Text", _
"Webpart_Property_LeadInText_Description")> _
<ObsoleteAttribute("Control is obsolete. Please use asp:SiteMapPath instead")> _
Public Property LeadInTextLocId As LocStringId
Get
Set
'Usage
Dim instance As BreadCrumbTrail
Dim value As LocStringId
value = instance.LeadInTextLocId
instance.LeadInTextLocId = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("Webpart_Property_LeadInText_Text", "Webpart__Custome_Property_Text",
"Webpart_Property_LeadInText_Description")]
[ObsoleteAttribute("Control is obsolete. Please use asp:SiteMapPath instead")]
public LocStringId LeadInTextLocId { get; set; }
Property Value
Type: Microsoft.SharePoint.Portal.WebControls.LocStringId
Microsoft.SharePoint.Portal.WebControls.LocStringId. The identifier of the location of the lead-in text.