10 private object value =
null;
38 set => this.value = value;
Base abstract class for host settings.
Object host setting object.
ObjectHostSetting()
String host setting object.
override object GetValueObject()
Gets the value of the setting, as an object.
ObjectHostSetting(string Host, string Key, object Value)
Object host setting object.