: BreadCrumbTrail.LeadInText (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the lead-in text.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<ResourcesAttribute("Webpart_Property_LeadInText_Text", "Webpart__Custome_Property_Text", "Webpart_Property_LeadInText_Description")> _
<DefaultValueAttribute(Nothing)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property LeadInText As String
'Uso
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")]
[DefaultValueAttribute(null)]
[WebPartStorageAttribute(Storage.Shared)]
public string LeadInText { get; set; }
Valor de propiedad
String. The lead-in text.
Vea también
Referencia
BreadCrumbTrail (Clase)
BreadCrumbTrail (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)