DataSource.NET
AddElement Method (subject)
NamespacesCaplin.DataSource.Messaging.ContainerIContainerModelAddElement(String)
Called to indicate that you should add (append) an element with the given subject to the container.
Declaration Syntax
C#Visual BasicVisual C++
void AddElement(
	string subject
)
Sub AddElement ( _
	subject As String _
)
void AddElement(
	String^ subject
)
Parameters
subject (String)
The subject of the element to add.
Remarks

The element must be added to the end of the container. For example, if there are three elements already in the container at positions 0, 1, and 2 respectively, adding a fourth element places it at position 3.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)