RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets the contained ArrayEntry at the current position.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public ArrayEntry Value { get; } |
Visual Basic |
---|
Public ReadOnly Property Value As ArrayEntry Get |
Visual C++ |
---|
public: property ArrayEntry^ Value { ArrayEntry^ get (); } |
F# |
---|
member Value : ArrayEntry |
Field Value
The contained ArrayEntry at the current position.
Remarks
The blank ArrayEntry will be returned if decoded array is blank.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |