Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the XML schema that represents the view (which can be obtained from the interface).
Namespace: Microsoft.Office.BusinessData.MetadataModel
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.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.