SPView.HtmlSchemaXml property

Gets the entire schema for the view.

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

Syntax

'Declaration
Public ReadOnly Property HtmlSchemaXml As String
    Get
'Usage
Dim instance As SPView
Dim value As String

value = instance.HtmlSchemaXml
public string HtmlSchemaXml { get; }

Property value

Type: System.String
A Collaborative Application Markup Language (CAML) and HTML string that contains the entire view schema.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace