RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets an Int data.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public long Int { get; set; } |
Visual Basic |
---|
Public Property Int As Long Get Set |
Visual C++ |
---|
public: property long long Int { long long get (); void set (long long value); } |
F# |
---|
member Int : int64 with get, set |
Field Value
An Int data.
For getting an Int 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 Int data. |