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