Gets a boolean message property.
Visual Basic
Public Function GetBooleanProperty( _
ByVal propName As String _
) As Boolean
C#
public bool GetBooleanProperty(
string propName
);
propName The property name.
The property value.
For more information about getting and setting message headers and properties, see Message headers and message properties.
QAException class - Thrown if there is a conversion error getting the property value or if the property does not exist.