17 using System.Configuration;
27 private static ConfigurationProperty _depots;
28 private static ConfigurationPropertyCollection _properties;
33 null, ConfigurationPropertyOptions.IsRequired);
34 _properties =
new ConfigurationPropertyCollection();
35 _properties.Add(_depots);
41 [ConfigurationProperty(
"depots")]
47 protected override ConfigurationPropertyCollection Properties
49 get {
return _properties; }
DepotsCollection Depots
The list of depots from
.exe.config.
The list of AccuRev depots from
.exe.config.
The Depots section in
.exe.config.