[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public virtual bool RequeueOnException { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(false)>
Public Overridable Property RequeueOnException As Boolean
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
virtual property bool RequeueOnException {
bool get ();
void set (bool value);
}
function get_RequeueOnException();
function set_RequeueOnException(value);