'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Gets the classification of acknowledgment that this message represents.")> Public Property Acknowledgment As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.Acknowledgment = value value = instance.Acknowledgment
[DefaultValue()] [MessagingDescription("Gets the classification of acknowledgment that this message represents.")] public bool Acknowledgment {get; set;}
[DefaultValue()] [MessagingDescription("Gets the classification of acknowledgment that this message represents.")] public: property bool Acknowledgment { bool get(); void set ( bool value); }