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

Get the name of the ledger file used by this transport for TIBCO Rendezvous Certified Messaging.

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

Syntax

public string Ledger { get; }
Public ReadOnly Property Ledger As String
public:
property String^ Ledger {
	String^ get ();
}

Field Value

the name of the ledger file or null if the ledger file is not set and Rendezvous certified messages are only stored in memory.

See Also