ConfigurationPropertyAttribute public sealed class ConfigurationPropertyAttribute : Attribute Documentation Code public object DefaultValue { get; set; } public bool IsDefaultCollection { get; set; } public bool IsKey { get; set; } public bool IsRequired { get; set; } public string Name { get; } public ConfigurationPropertyOptions Options { get; set; } public ConfigurationPropertyAttribute(string name)