[ConnectionStringParameterAttribute]
[DefaultValueAttribute(2)]
[LabelAttribute("Configuration Reload Wait Attempts")]
public virtual int ConfigurationReloadWaitAttempts { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(2)>
<LabelAttribute("Configuration Reload Wait Attempts")>
Public Overridable Property ConfigurationReloadWaitAttempts As Integer
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(2)]
[LabelAttribute(L"Configuration Reload Wait Attempts")]
virtual property int ConfigurationReloadWaitAttempts {
int get ();
void set (int value);
}
function get_ConfigurationReloadWaitAttempts();
function set_ConfigurationReloadWaitAttempts(value);