Share via


View.GetXmlSchema method

Gets the XML schema of the current object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
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 of the current object.

See also

Reference

View class

View members

Microsoft.SharePoint.BusinessData.Administration namespace