SPTimelineWebPart.ListId - Propriété
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property ListId As String
Get
Set
'Utilisation
Dim instance As SPTimelineWebPart
Dim value As String
value = instance.ListId
instance.ListId = value
[WebPartStorageAttribute(Storage.Shared)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string ListId { get; set; }
Valeur de propriété
Type : System.String