RFA .NET Gets or sets Data definitions for defined data about the Map.
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
Data definitions. This interface is designed for
SingleReadIterator/
SingleWriteIterator to decode/encode local data definitions into buffer later.
See Also