DynamicType.GetSchema Method

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.

Implements

IXmlSerializable.GetSchema()

See Also

Reference

DynamicType Class

DynamicType Members

Microsoft.BusinessData.Runtime Namespace