View.ListViewXml property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property ListViewXml As String
    Get
    Set
'Usage
Dim instance As View
Dim value As String

value = instance.ListViewXml

instance.ListViewXml = value
public string ListViewXml { get; set; }

Property value

Type: System.String

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace