WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
LibraryName Property
NamespacesIBM.Broker.PluginNBMessageFlowLibraryName
SUMMARY
Returns the name of the library the message flow belongs to.
Declaration Syntax
C#Visual BasicVisual C++F#
public string LibraryName { get; internal set; }
Public Property LibraryName As String
	Get
	Friend Set
public:
property String^ LibraryName {
	String^ get ();
	internal: void set (String^ value);
}
member LibraryName : string with get, internal set
Value
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.

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