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