[TIBCO.EMS .NET Admin client library 8.1 documentation]

Returns the branch qualifier of the transaction.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public byte[] BranchQualifier { get; }
Public ReadOnly Property BranchQualifier As Byte()
public:
property array<unsigned char>^ BranchQualifier {
	array<unsigned char>^ get ();
}

Return Value

the branch qualifier of the transaction.

See Also