[DefaultValueAttribute(false)]
public bool UseETRConfiguration { get; set; }
<DefaultValueAttribute(false)>
Public Property UseETRConfiguration As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool UseETRConfiguration {
bool get ();
void set (bool value);
}
function get_UseETRConfiguration();
function set_UseETRConfiguration(value);