Share via


View.GetXmlSchema Method

Gets the XML schema that represents the view (which can be obtained from the interface).

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

Syntax

'Declaration
Public Function GetXmlSchema As String
'Usage
Dim instance As View
Dim returnValue As String

returnValue = instance.GetXmlSchema()
public string GetXmlSchema()

Return Value

Type: System.String
The XML schema that represents the view.

Implements

IView.GetXmlSchema()

See Also

Reference

View Class

View Members

Microsoft.SharePoint.BusinessData.MetadataModel Namespace