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.