'Declaration
<ReadOnlyAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <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 Message Dim value As AcknowledgeTypes instance.AcknowledgeType = value value = instance.AcknowledgeType
[ReadOnly(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MessagingDescription("Specifies the type of acknowledgment messages the system posts (in the administration queue) and when acknowledgments are returned.")] public AcknowledgeTypes AcknowledgeType {get; set;}
[ReadOnly(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [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); }