ListFormWebPart.ListTitle - Propriété
Obtient ou définit le titre de la liste.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ListTitle As String
Get
Set
'Utilisation
Dim instance As ListFormWebPart
Dim value As String
value = instance.ListTitle
instance.ListTitle = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string ListTitle { get; set; }
Valeur de propriété
Type : System.String
Le titre de la liste.