RFA .NET Gets or sets the key data type.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public byte KeyDataType { get; set; } |
Visual Basic |
---|
Public Property KeyDataType As Byte
Get
Set |
Visual C++ |
---|
public:
property unsigned char KeyDataType {
unsigned char get ();
void set (unsigned char value);
} |
F# |
---|
member KeyDataType : byte with get, set
|
Field Value
The key data type. Publisher-specified type of key. Provides
convenient indication for a subscribing application.
Possible values are defined in
DataBuffer..::..DataBufferEnum.
See Also