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

Get the name of the destination that is the source for this bridge.

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

Syntax

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

Return Value

the source's name

See Also