public List<int> Devices { get; set; }
Public Property Devices As List(Of Integer) Get Set
public: property List<int>^ Devices { List<int>^ get (); void set (List<int>^ value); }
member Devices : List<int> with get, set
function get_Devices(); function set_Devices(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.