SPView.Title - Propriété
Obtient ou définit le nom complet de la vue.
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 SPView
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui contient le nom complet.