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