'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Indicates when the message arrived at the queue.")> Public Property ArrivedTime As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.ArrivedTime = value value = instance.ArrivedTime
[DefaultValue()] [MessagingDescription("Indicates when the message arrived at the queue.")] public bool ArrivedTime {get; set;}
[DefaultValue()] [MessagingDescription("Indicates when the message arrived at the queue.")] public: property bool ArrivedTime { bool get(); void set ( bool value); }