WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
ApplicationName Property
NamespacesIBM.Broker.PluginNBMessageFlowApplicationName
SUMMARY
Returns the name of the application the message flow belongs to.
Declaration Syntax
C#Visual BasicVisual C++F#
public string ApplicationName { get; internal set; }
Public Property ApplicationName As String
	Get
	Friend Set
public:
property String^ ApplicationName {
	String^ get ();
	internal: void set (String^ value);
}
member ApplicationName : string with get, internal set
Value
ApplicationName returns the name of the application the message flow belongs to.
Remarks
An empty string will be returned if the flow does not belong to an application.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0