Icon for Previous Page button Icon for Next Page button

RAS field

For system queue messages, the RAS entry name that is being used to connect to the QAnywhere server.

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

The value of this field is ias_Network.RAS.

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

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

See also