SPView.ViewBody - Propriété

Obtient ou définit le corps de la vue.

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

Syntaxe

'Déclaration
Public Property ViewBody As String
    Get
    Set
'Utilisation
Dim instance As SPView
Dim value As String

value = instance.ViewBody

instance.ViewBody = value
public string ViewBody { 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 corps d'affichage.

Remarques

Pour plus d'informations sur les organismes d'affichage, consultez l'élément ViewBody .

Voir aussi

Référence

SPView classe

SPView - Membres

Microsoft.SharePoint - Espace de noms