RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets Data definitions for defined data about the Vector.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public List<DataDef> DataDef { get; set; } |
Visual Basic |
---|
Public Property DataDef As List(Of DataDef) Get Set |
Visual C++ |
---|
public: property List<DataDef^>^ DataDef { List<DataDef^>^ get (); void set (List<DataDef^>^ value); } |
F# |
---|
member DataDef : List<DataDef> with get, set |
Field Value
The data definitions.
Remarks
This interface is designed for SingleReadIterator
/ SingleWriteIterator to use data definitions
to decode defined data / encode data definitions into buffer later.