NBMessageFlow LibraryName Property IBM Integration Bus
Returns the name of the library 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 LibraryName { get; internal set; }

Property Value

Type: OnlineString
LibraryName returns the name of the library the message flow belongs to.
Remarks

An empty string will be returned if the flow does not belong to a library.
See Also