你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Message.UserProperties 属性

定义

获取可用于自定义消息元数据的“用户属性”包。

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)

属性值

注解

仅支持以下值类型:byte、sbyte、char、short、ushort、int、uint、long、ulong、float、double、decimal、bool、Guid、string、Uri、DateTime、DateTimeOffset、TimeSpan

适用于