SPView.ViewEmpty Property
Gets or sets what is displayed when the query returns no list data for the view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Property ViewEmpty As String
Get
Set
Dim instance As SPView
Dim value As String
value = instance.ViewEmpty
instance.ViewEmpty = value
public string ViewEmpty { get; set; }
Property Value
Type: System.String
A Collaborative Application Markup Language (CAML) string that contains the definition for what is displayed when the view is empty.
Remarks
For more information about view empty sections, see the ViewEmpty element.