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

Get the name of this durable.

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

Syntax

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

Return Value

the name of this durable.

See Also