The CreateFirstChild method creates as the first child a new NBElement with the given Type, Name and Value.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement CreateFirstChild(
int type,
string name,
Object value
)
public NBElement CreateFirstChild(
int type,
string name,
Object value
)
Public Function CreateFirstChild (
type As Integer,
name As String,
value As Object
) As NBElement
Public Function CreateFirstChild (
type As Integer,
name As String,
value As Object
) As NBElement
public:
NBElement^ CreateFirstChild(
int type,
String^ name,
Object^ value
)
public:
NBElement^ CreateFirstChild(
int type,
String^ name,
Object^ value
)
member CreateFirstChild :
type : int *
name : string *
value : Object -> NBElement
member CreateFirstChild :
type : int *
name : string *
value : Object -> NBElement
Parameters
- type
- Type:
System Int32
The type of the element to be created.
- name
- Type:
System String
The name of the element to be created.
- value
- Type:
System Object
The value of the element to be created.
Return Value
Type:
NBElementThe NBElement which is created.