BreadCrumbTrail.CurrentID, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the identifier of the current area.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(Nothing)> _
<ResourcesAttribute("Webpart_Property_CurID_Text", "Webpart__Custome_Property_Text", "Webpart_Property_CurID_Description")> _
Public Property CurrentID As String
'Utilisation
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; }
Valeur de la propriété
String. The identifier of the current area.
Voir aussi
Référence
BreadCrumbTrail, classe
Membres BreadCrumbTrail
Microsoft.SharePoint.Portal.WebControls, espace de noms