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