RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets an UInt data.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public ulong UInt { get; set; } |
Visual Basic |
---|
Public Property UInt As ULong Get Set |
Visual C++ |
---|
public: property unsigned long long UInt { unsigned long long get (); void set (unsigned long long value); } |
F# |
---|
member UInt : uint64 with get, set |
Field Value
An UInt data.
For getting an UInt data, the associated set accessor allows specification of select encodedTypes of LengthSpecified or Bit64Value.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid data type when getting an UInt data. |