DataViewWebPart.ListName - Propriété

Obtient ou définit le nom de la liste.

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

Syntaxe

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

value = instance.ListName

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

Valeur de propriété

Type : System.String
Chaîne qui contient le nom de la liste SharePoint qui est affiché par ce composant WebPart.

Voir aussi

Référence

DataViewWebPart classe

DataViewWebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms