RFA .NET Gets or sets the contained type that is either a DataType or DataBufferType.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public byte Type { get; set; } |
Visual Basic |
---|
Public Property Type As Byte
Get
Set |
Visual C++ |
---|
public:
property unsigned char Type {
unsigned char get ();
void set (unsigned char value);
} |
F# |
---|
member Type : byte with get, set
|
Field Value
The contained type.
Possible values are defined in
DataEnum or
DataBuffer..::..DataBufferEnum.
Remarks
See Also