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: 4.5.22.1 (4.5.22.1)