ConfigSetting
Assembly: ServiceStack.Server.dll
View Source
Declaration
public class ConfigSetting : object
Properties
Id
View Source
Declaration
public string Id { get; set; }
Value
View Source
Declaration
public string Value { get; set; }
public class ConfigSetting : object
public string Id { get; set; }
public string Value { get; set; }