MsgSchemaExists method: IntBroker class
Syntax
MsgSchemaExists(MsgName, MsgVersion)
Description
Use the MsgSchemaExists method to determine if a schema has been created and saved for the specified message.
Parameters
| Parameter | Description |
|---|---|
|
MsgName |
Specify the name of the message for which you want to access a schema. You can either specify the name of the message as a string, or preface the message name with the keyword Message. |
|
MsgVersion |
Specify the message version. |
Returns
A Boolean value: true if the message schema exists, false otherwise.