MessageKeyType
If MessageKeyColumn is specified, this property must be set to the expected type for the pertinent column.
Possible Values
Null, String, Long, IntegerData Type
string
Default Value
"Null"
Remarks
Be advised that, when this value is set to null, MessageKeyColumn will be ignored.
The available types are as follows:
Null | The key column type will be treated as null. |
String | The key column type will be treated as a string. |
Long | The key column type will be treated as a long. |
Integer | The key column type will be treated as an integer. |