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.