MsmqIntegrationMessageProperty.AppSpecific 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定应用程序特定的附加信息。
public:
property Nullable<int> AppSpecific { Nullable<int> get(); void set(Nullable<int> value); };
public int? AppSpecific { get; set; }
member this.AppSpecific : Nullable<int> with get, set
Public Property AppSpecific As Nullable(Of Integer)
属性值
一个表示应用程序特定的附加信息的 integer
值。
注解
包含应用程序特定的信息,您可以利用这些信息来组织不同类型的消息。 例如,可使用应用程序特定的索引。