RFA .NET Gets the number of ElementEntries from Standard Data.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public uint StandardDataCount { get; } |
Visual Basic |
---|
Public ReadOnly Property StandardDataCount As UInteger
Get |
Visual C++ |
---|
public:
property unsigned int StandardDataCount {
unsigned int get ();
} |
F# |
---|
member StandardDataCount : uint32
|
Field Value
The number of ElementEntries. A Consumer may
extract additional ElementEntries from Defined Data Content, provided the
associated DataDef is available.
See Also