MsmqIntegrationMessageProperty.AcknowledgeType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.