SUMMARY
Returns the name of the application the message flow belongs to.

Declaration Syntax
C# | Visual Basic | Visual 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