NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DefaultPropertiesToSend.AcknowledgeType

Gets or sets the type of acknowledgement messages generated or returned to the sending application.

[Visual Basic]
Public Property AcknowledgeType As AcknowledgeType
[C#]
public AcknowledgeType AcknowledgeType {get; set;}
[C++]
public: __property AcknowledgeType get_AcknowledgeType();
public: __property void set_AcknowledgeType(AcknowledgeType);
[JScript]
public function get AcknowledgeType() : AcknowledgeType;
public function set AcknowledgeType(AcknowledgeType);

Property Value

One of the AcknowledgeType enumeration values. This value is used to determine the type of acknowledgment messages the system posts in the administration queue and when acknowledgments are returned to the sending application. The default is AcknowledgeType.None.

Remarks

AcknowledgeType provides access to the Ack property of the Message Queuing application's MSMQMessage object.

See Also

DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD