RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the Dictionary ID.
Namespace: ThomsonReuters.RFA.RDMAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public short DictId { get; set; } |
Visual Basic |
---|
Public Property DictId As Short Get Set |
Visual C++ |
---|
public: property short DictId { short get (); void set (short value); } |
F# |
---|
member DictId : int16 with get, set |
Field Value
RDM Dictionary ID for this dictionary.
Remarks
DictionaryIds are globally scoped, can have the range of -16383 to 16383.
0 to 16383 are reservedfor Reuters use.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | The ID is not in the range of -16383 to 16383. |