RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the payload data.
Namespace: ThomsonReuters.RFA.MessageAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public Data Payload { get; set; } |
Visual Basic |
---|
Public Property Payload As Data Get Set |
Visual C++ |
---|
public: property Data^ Payload { Data^ get (); void set (Data^ value); } |
F# |
---|
member Payload : Data with get, set |
Field Value
The payload data associated with the request message.
Remarks
Accepts data format types only.
Accepts payload if it is associated with View or Batch definitions only.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |