System.Messaging Reference (Document! X Sample)



AcknowledgeType Property (DefaultPropertiesToSend)
Gets or sets the type of acknowledgement message to be returned to the sending application.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<MessagingDescriptionAttribute("Specifies the type of acknowledgment messages the system posts (in the administration queue) and when acknowledgments are returned.")>
Public Property AcknowledgeType As AcknowledgeTypes
'Usage
 
Dim instance As DefaultPropertiesToSend
Dim value As AcknowledgeTypes
 
instance.AcknowledgeType = value
 
value = instance.AcknowledgeType
[DefaultValue()]
[MessagingDescription("Specifies the type of acknowledgment messages the system posts (in the administration queue) and when acknowledgments are returned.")]
public AcknowledgeTypes AcknowledgeType {get; set;}
[DefaultValue()]
[MessagingDescription("Specifies the type of acknowledgment messages the system posts (in the administration queue) and when acknowledgments are returned.")]
public:
property AcknowledgeTypes AcknowledgeType {
   AcknowledgeTypes get();
   void set (    AcknowledgeTypes value);
}

Property Value

One of the AcknowledgeTypes 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 AcknowledgeTypes.None.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also