KeyedListGetSchema Method  | 
 
            Returns the XML schema used when serializing the object
            
 
    Namespace: 
   WorkflowGen.My.Collections
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic XmlSchema GetSchema()
Public Function GetSchema As XmlSchema
Return Value
Type: 
XmlSchemaAn XML schema used when serializing the object
Implements
IXmlSerializableGetSchema
See Also