'Declaration
<MessagingDescriptionAttribute("Specifies the version of MSMQ used to send the message.")> <DefaultValueAttribute()> Public Property SenderVersion As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.SenderVersion = value value = instance.SenderVersion
[MessagingDescription("Specifies the version of MSMQ used to send the message.")] [DefaultValue()] public bool SenderVersion {get; set;}
[MessagingDescription("Specifies the version of MSMQ used to send the message.")] [DefaultValue()] public: property bool SenderVersion { bool get(); void set ( bool value); }