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

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

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

Syntax

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

Return Value

the target's name

See Also