InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Hotspot Class / GetSchema Method


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

    Return Value

    Null -- not currently implemented
    See Also