View.GetXmlSchema Method
Gets the XML schema that represents the view (which can be obtained from the interface).
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace