Method: Azure::ServiceBus::BrokeredMessage#properties
- Defined in:
- lib/azure/service_bus/brokered_message.rb
#properties ⇒ Object
Public: Get/Set custom key-value properties of the message
Returns a Hash
101 102 103 |
# File 'lib/azure/service_bus/brokered_message.rb', line 101 def properties @properties end |