DataSource.NET
AddElement Method (subject)
NamespacesCaplin.DataSource.Messaging.ContainerIContainerMessageAddElement(String)
Adds 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 is 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.0.12.814 (6.0.12.0814)