SPList.Title - Propriété

Obtient ou définit le titre affiché pour la liste.

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

Syntaxe

'Déclaration
Public Property Title As String
    Get
    Set
'Utilisation
Dim instance As SPList
Dim value As String

value = instance.Title

instance.Title = value
public string Title { get; set; }

Valeur de propriété

Type : System.String
A string that contains the title.

Remarques

The value that is returned can vary depending on the current thread's Thread.CurrentUICulture property. For more information, see the TitleResource property.

Voir aussi

Référence

SPList classe

SPList - Membres

Microsoft.SharePoint - Espace de noms

TitleResource