The AmqpProperties type exposes the following members.

Properties

  NameDescription
Public propertyAppId
Gets or sets the "appId" property. A null is returned if the property is not set.
Public propertyContentEncoding
Gets or sets the "contentEncoding" property. A null is returned if the property is not set.
Public propertyContentType
Gets or sets the "contentType" property. A null is returned if the property is not set.
Public propertyCorrelationId
Gets or sets the "correlationId" property. A null is returned if the property is not set.
Public propertyDeliveryMode
Gets or sets the "deliveryMode" property. A null is returned if the property is not set.
Public propertyExpiration
Gets or sets the "expiration" property. A null is returned if the property is not set.
Public propertyHeaders
Gets or sets the "headers" property. A null is returned if the property is not set.
Public propertyMessageId
Gets or sets the "messageId" property. A null is returned if the property is not set.
Public propertyPriority
Gets or sets the "priority" property. A null is returned if the property is not set.
Public propertyProperties
Gets the properties as Dictionary by shallow copying the values.
Public propertyReplyTo
Gets or sets the "replyTo" property. A null is returned if the property is not set.
Public propertyTimestamp
Gets or sets the "timestamp" property. A null is returned if the property is not set. The DateTime instance returned will represents the local time.
Public propertyType
Gets or sets the "type" property. A null is returned if the property is not set.
Public propertyUserId
Gets or sets the "userId" property. A null is returned if the property is not set.

See Also