DataSource.NET
ElementSubject Property
NamespacesCaplin.DataSource.Messaging.ContainerIContainerOperationElementSubject
Gets the subject of the element this operation relates to.
Declaration Syntax
C#Visual BasicVisual C++
string ElementSubject { get; }
ReadOnly Property ElementSubject As String
property String^ ElementSubject {
	String^ get ();
}
Value
The subject or prefix of the element that this operation relates to.
Remarks

If this is an ADD, REMOVE or INSERT operation, the method returns the subject of the element.

If this is a REMOVE_WITH_PREFIX operation, the method returns the prefix that specifies the elements to remove.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)