[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.ConnectOnDemand"]
[LabelAttribute("Connect On Demand")]
[DefaultValueAttribute(true)]
public bool ConnectOnDemand { get; set; }
<LabelAttribute("Connect On Demand")>
<DefaultValueAttribute(true)>
Public Property ConnectOnDemand As Boolean
Get
Set
public:
[LabelAttribute(L"Connect On Demand")]
[DefaultValueAttribute(true)]
property bool ConnectOnDemand {
bool get ();
void set (bool value);
}
function get_ConnectOnDemand();
function set_ConnectOnDemand(value);