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