'Declaration
<ReadOnlyAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <MessagingDescriptionAttribute("Gets the classification of acknowledgment that this message represents.")> Public ReadOnly Property Acknowledgment As Acknowledgment
'Usage
Dim instance As Message Dim value As Acknowledgment value = instance.Acknowledgment
[ReadOnly(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MessagingDescription("Gets the classification of acknowledgment that this message represents.")] public Acknowledgment Acknowledgment {get;}
[ReadOnly(true)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MessagingDescription("Gets the classification of acknowledgment that this message represents.")] public: property Acknowledgment Acknowledgment { Acknowledgment get(); }