List<string> PluginSettings { get; set; }
Property PluginSettings As List(Of String) Get Set
property List<String^>^ PluginSettings { List<String^>^ get (); void set (List<String^>^ value); }
abstract PluginSettings : List<string> with get, set
In This Article