10 private string value =
string.Empty;
34 [DefaultValueStringEmpty]
38 set => this.value = value;
Base abstract class for host settings.
String host setting object.
StringHostSetting(string Host, string Key, string Value)
String host setting object.
StringHostSetting()
String host setting object.
override object GetValueObject()
Gets the value of the setting, as an object.