'Declaration
<DefaultValueAttribute()> <MessagingDescriptionAttribute("Specifies a time limit (in seconds) for the message to reach the queue. Use "Infinity" to set the maximum value.")> Public Property TimeToReachQueue As Boolean
'Usage
Dim instance As MessagePropertyFilter Dim value As Boolean instance.TimeToReachQueue = value value = instance.TimeToReachQueue
[DefaultValue()] [MessagingDescription("Specifies a time limit (in seconds) for the message to reach the queue. Use "Infinity" to set the maximum value.")] public bool TimeToReachQueue {get; set;}
[DefaultValue()] [MessagingDescription("Specifies a time limit (in seconds) for the message to reach the queue. Use "Infinity" to set the maximum value.")] public: property bool TimeToReachQueue { bool get(); void set ( bool value); }