WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateFirstChild Method (type, name, value)
NamespacesIBM.Broker.PluginNBElementCreateFirstChild(Int32, String, Object)
SUMMARY
The CreateFirstChild method creates as the first child a new NBElement with the given Type, Name and Value.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBElement CreateFirstChild(
	int type,
	string name,
	Object value
)
Public Function CreateFirstChild ( _
	type As Integer, _
	name As String, _
	value As Object _
) As NBElement
public:
NBElement^ CreateFirstChild(
	int type, 
	String^ name, 
	Object^ value
)
member CreateFirstChild : 
        type:int * 
        name:string * 
        value:Object -> NBElement 
Parameters
type (Int32)
The type of the element to be created.
name (String)
The name of the element to be created.
value (Object)
The value of the element to be created.
Return Value
The NBElement which is created.

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