DataSource.NET
ElementPosition Property
NamespacesCaplin.DataSource.Messaging.ContainerIContainerOperationElementPosition
Gets the position at which to insert the element..
Declaration Syntax
C#Visual BasicVisual C++
int ElementPosition { get; }
ReadOnly Property ElementPosition As Integer
property int ElementPosition {
	int get ();
}
Value
The position at which to insert the element.
Remarks

If this is an

INSERT
operation, this method returns the position in the container where the element is to be inserted (the first position is position 0).

If this is an

ADD
,
REMOVE
or
REMOVE WITH PREFIX
operation, the method throws an InvalidOperationException.

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