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