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.
Returns the XML schema of the dynamic type.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Function GetSchema As XmlSchema
'Usage
Dim instance As DynamicType
Dim returnValue As XmlSchema
returnValue = instance.GetSchema()
public XmlSchema GetSchema()
Return Value
Type: System.Xml.Schema.XmlSchema
The XML schema of the dynamic type.