[TIBCO.EMS .NET client library 6.0 documentation]

Gets the name property of the object. The name string uniquely identfies the Queue connection factory and can be used as the entry name of a DirectoryEntry in ASDI.

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

Syntax

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

See Also