Sdílet prostřednictvím


MsmqIntegrationMessageProperty.AppSpecific Vlastnost

Definice

Určuje další informace specifické pro aplikaci.

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)

Hodnota vlastnosti

Nullable<Int32>

Hodnota, integer která představuje další informace specifické pro aplikaci.

Poznámky

Obsahuje informace specifické pro aplikaci, které můžete použít k uspořádání různých typů zpráv. Můžete například použít indexy specifické pro aplikaci.

Platí pro