public Dictionary<string, string> Settings { get; set; }
Public Property Settings As Dictionary(Of String, String) Get Set
public: property Dictionary<String^, String^>^ Settings { Dictionary<String^, String^>^ get (); void set (Dictionary<String^, String^>^ value); }
member Settings : Dictionary<string, string> with get, set
function get_Settings(); function set_Settings(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.