RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the contained Data.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public override Data Data { get; set; } |
Visual Basic |
---|
Public Overrides Property Data As Data Get Set |
Visual C++ |
---|
public: virtual property Data^ Data { Data^ get () override; void set (Data^ value) override; } |
F# |
---|
abstract Data : Data with get, set override Data : Data with get, set |
Field Value
The contained Data.
Remarks
For an entry obtained from the read iterator, the Session Layer specifies the contained Data. Allow to specify the contained Data. Accepts data format types only.
If application specifies input data on the set accessor, the get accessor returns a reference to internal copy of the input data specified by the set accessor. In this case, the returned reference is always valid. Encoded Range: 0 <= x < 64K.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |