Share via


SPForm.SchemaXml property

Gets the schema in Collaborative Application Markup Language (CAML) that defines the form.

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

Syntax

'Declaration
Public ReadOnly Property SchemaXml As String
    Get
'Usage
Dim instance As SPForm
Dim value As String

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

Property value

Type: System.String
A string that contains the CAML Schema.

See also

Reference

SPForm class

SPForm members

Microsoft.SharePoint namespace