Schema Property
Returns the XSD Schema used to create XML from ACH files.
Syntax
[VB.NET] Public ReadOnlyProperty Schema As String
[C#] public string Schema {get;}
Remarks
This property returns the schema (XSD format) that the component uses to generate XML from an ACH file. This same schema is used when parsing XML to re-create an ACH file. During the parsing process, if the input XML does not conform to the schema the translation process will fail with an error.
This property is read-only and not available at design time.
Default Value
""