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 值,表示額外的應用程式特定資訊。

備註

其中包含應用程式的特定資訊,可以讓您用來組織不同的訊息類型。 例如,您可以使用應用程式特有的索引。

適用於