'Declaration
<MessagingDescriptionAttribute("Specifies if a copy of the message should be sent to a dead-letter queue.")> <DefaultValueAttribute()> Public Property UseDeadLetterQueue As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.UseDeadLetterQueue = value value = instance.UseDeadLetterQueue
[MessagingDescription("Specifies if a copy of the message should be sent to a dead-letter queue.")] [DefaultValue()] public bool UseDeadLetterQueue {get; set;}
[MessagingDescription("Specifies if a copy of the message should be sent to a dead-letter queue.")] [DefaultValue()] public: property bool UseDeadLetterQueue { bool get(); void set ( bool value); }