RASNAMES field

For system queue messages, a delimited list of RAS entry names that can be used to connect to the QAnywhere server.

Syntax
Visual Basic
Public Shared RASNAMES As String
C#
public const string  RASNAMES;
Remarks

The value of this field is ias_RASNames.

For more information, see Pre-defined client message store properties.

You can pass MessageProperties.RASNAMES in the QAMessage.GetStringProperty method to access the associated property.

See also