ServiceBusMessage.ApplicationProperties Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET