Click or drag to resize
Request Properties

The Request type exposes the following members.

Properties
  NameDescription
Public propertyAsElement
Gets the contents of this Request as an element.
Public propertyElements
Gets the enumerable collection of all elements in this request.
Public propertyItemString
This is the same as GetElement(name)
Public propertyItemName
This is the same as GetElement(name)
Public propertyOperation
Gets the Operation this Request is intended to invoke on the associated Service.
Public propertyRequestId
Returns request id if one exists, otherwise, null.

If there are issues with this request, the request id can be reported to Bloomberg for troubleshooting purposes.

Note that request id is not the same as correlation id and should not be used for correlation purposes.

Top
See Also