RFA .NET Gets or sets the Byte value of actual DataBufferEncodedEnum such as LengthSpecified,
Bit8Value or RealLength.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public byte EncodedType { get; set; } |
Visual Basic |
---|
Public Property EncodedType As Byte
Get
Set |
Visual C++ |
---|
public:
property unsigned char EncodedType {
unsigned char get ();
void set (unsigned char value);
} |
F# |
---|
member EncodedType : byte with get, set
|
Field Value
The actual
DataBufferEncodedEnum. The default value of
EncodedType is
LengthSpecified.
Possible values are defined in
DataBuffer..::..DataBufferEncodedEnum.
See Also