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