17 using System.Configuration;
27 private static ConfigurationProperty _stream;
28 private static ConfigurationPropertyCollection _properties;
32 _stream =
new ConfigurationProperty(
"stream", typeof(
string),
33 null, ConfigurationPropertyOptions.IsRequired);
35 _properties =
new ConfigurationPropertyCollection();
36 _properties.Add(_stream);
42 [ConfigurationProperty(
"stream", DefaultValue =
"", IsKey =
true, IsRequired =
true)]
45 get {
return (
string)base[_stream]; }
48 protected override ConfigurationPropertyCollection Properties
50 get {
return _properties; }
string Stream
The stream from the Streams section in
.exe.config.
An AccuRev stream from the Streams section in
.exe.config.