[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Device.IsConcentrator"]
[LabelAttribute("Is Concentrator")]
public bool IsConcentrator { get; set; }
<LabelAttribute("Is Concentrator")>
Public Property IsConcentrator As Boolean
Get
Set
public:
[LabelAttribute(L"Is Concentrator")]
property bool IsConcentrator {
bool get ();
void set (bool value);
}
function get_IsConcentrator();
function set_IsConcentrator(value);