'Declaration
<MessagingDescriptionAttribute("Indicates the date and time that the message was sent by the source Queue Manager.")> <DefaultValueAttribute()> Public Property SentTime As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.SentTime = value value = instance.SentTime
[MessagingDescription("Indicates the date and time that the message was sent by the source Queue Manager.")] [DefaultValue()] public bool SentTime {get; set;}
[MessagingDescription("Indicates the date and time that the message was sent by the source Queue Manager.")] [DefaultValue()] public: property bool SentTime { bool get(); void set ( bool value); }