DataFormWebPart.ListName - Propriété

Spécifie le GUID de la liste.

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

Syntaxe

'Déclaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Overridable Property ListName As String
    Get
    Set
'Utilisation
Dim instance As DataFormWebPart
Dim value As String

value = instance.ListName

instance.ListName = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public virtual string ListName { get; set; }

Valeur de propriété

Type : System.String

Voir aussi

Référence

DataFormWebPart classe

DataFormWebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms