ApplicationDefinitionApplicationDefinitionDataGetSchema Method |
Method for returning the schema. Documentation says that this needs to return null.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic XmlSchema GetSchema()
Public Function GetSchema As XmlSchema
public:
virtual XmlSchema^ GetSchema() sealed
Return Value
Type:
XmlSchemaNull
Implements
IXmlSerializableGetSchema
See Also