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