SPView.ViewBody-Eigenschaft
Ruft den Hauptteil der Ansicht fest.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ViewBody As String
Get
Set
'Usage
Dim instance As SPView
Dim value As String
value = instance.ViewBody
instance.ViewBody = value
public string ViewBody { get; set; }
Eigenschaftswert
Typ: System.String
Eine Collaborative Application Markup Language (CAML) -Zeichenfolge, die die Sichtdefinition Text enthält.
Hinweise
Weitere Informationen über Ansicht Körper finden Sie das ViewBody -Element.