MsmqIntegrationMessageProperty.AppSpecific 属性

定义

指定应用程序特定的附加信息。

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)

属性值

Nullable<Int32>

一个表示应用程序特定的附加信息的 integer 值。

注解

包含应用程序特定的信息,您可以利用这些信息来组织不同类型的消息。 例如,可使用应用程序特定的索引。

适用于