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