Gets a message property.
Public Function GetProperty(ByVal propName As String) As Object
public Object GetProperty(string propName)
propName The property name.
The property value.
QAException class Thrown if the property does not exist.
The property must be one of the acceptable primitive types, string, or DateTime.