InfoConnect for Airlines
GetSchema Method (ContextMenu)


Returns an in-memory representation of the XML schema used for SerializableList
Syntax
'Declaration
 
Public Function GetSchema() As XmlSchema
'Usage
 
Dim instance As ContextMenu
Dim value As XmlSchema
 
value = instance.GetSchema()
public XmlSchema GetSchema()

Return Value

Null -- not currently implemented.
See Also