DataSource.NET
Fields Property
NamespacesCaplin.DataSource.Messaging.RecordIRecordMessageFields
Gets the fields within this mesasge.
Declaration Syntax
C#Visual BasicVisual C++
IList<IField> Fields { get; }
ReadOnly Property Fields As IList(Of IField)
property IList<IField^>^ Fields {
	IList<IField^>^ get ();
}
Value
A read-only list of the fields within this record message.

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