: BreadCrumbTrail.CurrentID (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the identifier of the current area.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(Nothing)> _
<ResourcesAttribute("Webpart_Property_CurID_Text", "Webpart__Custome_Property_Text", "Webpart_Property_CurID_Description")> _
Public Property CurrentID As String
'Uso
Dim instance As BreadCrumbTrail
Dim value As String
value = instance.CurrentID
instance.CurrentID = value
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute(null)]
[ResourcesAttribute("Webpart_Property_CurID_Text", "Webpart__Custome_Property_Text", "Webpart_Property_CurID_Description")]
public string CurrentID { get; set; }
Valor de propiedad
String. The identifier of the current area.
Vea también
Referencia
BreadCrumbTrail (Clase)
BreadCrumbTrail (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)