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