MsmqIntegrationMessageProperty.AcknowledgeType Property

Definition

Gets or sets the acknowledgment type to return to the sending application.

public:
 property Nullable<System::Messaging::AcknowledgeTypes> AcknowledgeType { Nullable<System::Messaging::AcknowledgeTypes> get(); void set(Nullable<System::Messaging::AcknowledgeTypes> value); };
public System.Messaging.AcknowledgeTypes? AcknowledgeType { get; set; }
member this.AcknowledgeType : Nullable<System.Messaging.AcknowledgeTypes> with get, set
Public Property AcknowledgeType As Nullable(Of AcknowledgeTypes)

Property Value

The acknowledgment type to return to the sending application.

Applies to