Returns the name of the application the message flow belongs to.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public string ApplicationName { get; internal set; }
public string ApplicationName { get; internal set; }
Public Property ApplicationName As String
Get
Friend Set
Public Property ApplicationName As String
Get
Friend Set
public:
property String^ ApplicationName {
String^ get ();
internal: void set (String^ value);
}
public:
property String^ ApplicationName {
String^ get ();
internal: void set (String^ value);
}
member ApplicationName : string with get, internal set
member ApplicationName : string with get, internal set
Property Value
Type:
StringApplicationName returns the name of the application the message flow belongs to.
An empty string will be returned if the flow does not belong to an application.