GetSbyteProperty method

Gets a signed byte message property.

Syntax
Visual Basic
Public Function GetSbyteProperty( _
   ByVal propName As String _
) As System.SByte
C#
public System.Sbyte GetSbyteProperty(
   string  propName
);
Parameters
  • propName   the property name.

Return value

The property value.

Remarks

For more information about getting and setting message headers and properties, see Introduction to QAnywhere messages.

Exceptions
  • QAException class - Thrown if there is a conversion error getting the property value or if the property does not exist.

See also