[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.AllowUseOfCachedConfiguration"]
[DefaultValueAttribute(true)]
public bool AllowUseOfCachedConfiguration { get; set; }
<DefaultValueAttribute(true)>
Public Property AllowUseOfCachedConfiguration As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AllowUseOfCachedConfiguration {
bool get ();
void set (bool value);
}
function get_AllowUseOfCachedConfiguration();
function set_AllowUseOfCachedConfiguration(value);