Gets or sets the identifier of the mirror transaction that will be used to process the request.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0

Syntax

C#
public string MirrorTransId { get; set; }
Visual Basic
Public Property MirrorTransId As String
	Get
	Set
Visual C++
public:
property String^ MirrorTransId {
	String^ get ();
	void set (String^ value);
}

Field Value

The identifier of the mirror transaction, or nullNothingnullptra null reference (Nothing in Visual Basic) to use the default CICS mirror transaction.

Remarks

This transaction must be defined as a mirror transaction in the CICS server.

If the request is extended, this property has a meaning only for the first request within a logical unit of work (LUW). Subsequent requests within the same LUW will use the mirror transaction specified on the first request.

The maximum length of a transaction identifier is 4 characters. If the specified value is longer than 4 characters it will be truncated.

See Also