RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the identifier associated to the Data definition.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public ushort DataDefID { get; set; } |
Visual Basic |
---|
Public Property DataDefID As UShort Get Set |
Visual C++ |
---|
public: property unsigned short DataDefID { unsigned short get (); void set (unsigned short value); } |
F# |
---|
member DataDefID : uint16 with get, set |
Field Value
The data definition identifier.
Remarks
A FieldList DataDefID have separate namespaces. The Range triggers the value of the ContentMaskFlag.LocalDataDef.
Range: 0 <= x < 32K.
Local Scoped Range: 0 <= x <= 15. Value 0 reduces bandwidth consumption.
Global Scoped Range: 16 <= x < 32K.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage when setting the DataDefID. |