Share via


DataViewWebPart.ListId - Propriété

Obtient ou définit SPList Id du composant au format Guid.

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property ListId As Guid
    Get
    Set
'Utilisation
Dim instance As DataViewWebPart
Dim value As Guid

value = instance.ListId

instance.ListId = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public Guid ListId { get; set; }

Valeur de propriété

Type : System.Guid
SPList Id Guid du composant

Implémentations

IListWebPart.ListId

Voir aussi

Référence

DataViewWebPart classe

DataViewWebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms