Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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.