NBMessageFlow ApplicationName Property IBM Integration Bus
Returns the name of the application the message flow belongs to.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public string ApplicationName { get; internal set; }

Property Value

Type: OnlineString
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.
See Also