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
值,表示額外的應用程式特定資訊。
備註
其中包含應用程式的特定資訊,可以讓您用來組織不同的訊息類型。 例如,您可以使用應用程式特有的索引。