The Name property provides the name of the NBElement in the logical (hierarchical) view of the message.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public string Name { get; set; }
public string Name { get; set; }
Public Property Name As String
Get
Set
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
member Name : string with get, set
Property Value
Type:
StringName accesses the name of the element.