SPView.ViewFooter - Propriété
Obtient ou définit la zone de pied de page pour l'affichage.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ViewFooter As String
Get
Set
'Utilisation
Dim instance As SPView
Dim value As String
value = instance.ViewFooter
instance.ViewFooter = value
public string ViewFooter { get; set; }
Valeur de propriété
Type : System.String
Une chaîne de Langage CAML (Collaborative Application Markup Language) qui contient la définition de pied de page de vue.
Remarques
Pour plus d'informations sur les pieds de page de vue, consultez l'élément ViewFooter .