'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Indicates the MSMQ-generated identifier of the message.")> Public Property Id As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.Id = value value = instance.Id
[DefaultValue()] [MessagingDescription("Indicates the MSMQ-generated identifier of the message.")] public bool Id {get; set;}
[DefaultValue()] [MessagingDescription("Indicates the MSMQ-generated identifier of the message.")] public: property bool Id { bool get(); void set ( bool value); }