System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / DefaultPropertiesToSend Class / AcknowledgeType Property



In This Topic
    AcknowledgeType Property (DefaultPropertiesToSend)
    In This Topic
    Gets or sets the type of acknowledgement message to be returned to the sending application.
    Syntax
    'Declaration
     
    
    Public Property AcknowledgeType As AcknowledgeTypes
    'Usage
     
    
    Dim instance As DefaultPropertiesToSend
    Dim value As AcknowledgeTypes
     
    instance.AcknowledgeType = value
     
    value = instance.AcknowledgeType
    public AcknowledgeTypes AcknowledgeType {get; set;}
    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