Freigeben über


MsmqIntegrationMessageProperty.AppSpecific Eigenschaft

Definition

Gibt zusätzliche anwendungsspezifische Daten an.

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)

Eigenschaftswert

Nullable<Int32>

Ein integer-Wert, der zusätzliche anwendungsspezifische Informationen darstellt.

Hinweise

Enthält anwendungsspezifische Daten, anhand derer verschiedene Nachrichtentypen strukturiert werden können. So können beispielsweise anwendungsspezifische Indizes verwendet werden.

Gilt für