Message.UserProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the "user properties" bag, which can be used for custom message metadata.
public System.Collections.Generic.IDictionary<string,object> UserProperties { get; }
member this.UserProperties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property UserProperties As IDictionary(Of String, Object)
Property Value
Remarks
Only following value types are supported: byte, sbyte, char, short, ushort, int, uint, long, ulong, float, double, decimal, bool, Guid, string, Uri, DateTime, DateTimeOffset, TimeSpan
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.