RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets data as a Response Status.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public RespStatus RespStatus { get; set; } |
Visual Basic |
---|
Public Property RespStatus As RespStatus Get Set |
Visual C++ |
---|
public: property RespStatus^ RespStatus { RespStatus^ get (); void set (RespStatus^ value); } |
F# |
---|
member RespStatus : RespStatus with get, set |
Field Value
Data as a Response Status.
For getting data as a Response status, RespStatus is typically available only on Refresh or Status.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid data type when getting a RespStatus data. |