Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Sets a property.
Public Sub SetProperty(ByVal propName As String, ByVal val As Object)
public void SetProperty(string propName, Object val)
propName The property name.
val The property value.
The property type must be one of the acceptable primitive types, or String.
For more information about getting and setting message headers and properties, see QAnywhere messages.