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