Share via


ServiceBusMessage.ApplicationProperties Propiedad

Definición

Obtiene el contenedor de propiedades de la aplicación, que se puede usar para metadatos de mensajes personalizados.

public System.Collections.Generic.IDictionary<string,object> ApplicationProperties { get; }
member this.ApplicationProperties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property ApplicationProperties As IDictionary(Of String, Object)

Valor de propiedad

Excepciones

Se produce cuando ServiceBusMessage se serializa para el transporte cuando se usa un tipo no admitido como una propiedad .

Comentarios

Se admiten los siguientes tipos:

  • string
  • bool
  • byte
  • sbyte
  • short
  • ushort
  • int
  • uint
  • long
  • ulong
  • FLOAT
  • Decimal
  • double
  • char
  • Guid
  • DateTime
  • DateTimeOffset
  • STREAM
  • Identificador URI
  • TimeSpan

Se aplica a