1 write to Value
System.Configuration.ConfigurationManager (1)
System\Configuration\DateTimeConfigurationElement.cs (1)
44Value = _initValue;
2 references to Value
System.Configuration.ConfigurationManager (2)
System\Configuration\DateTimeConfigurationCollection.cs (2)
15get { return ((DateTimeConfigurationElement)BaseGet(index)).Value; } 47return ((DateTimeConfigurationElement)element).Value;