20 references to ConfigurationProperty
System.Configuration (2)
System\Configuration\ProviderSettings.cs (2)
204
SetPropName = new
ConfigurationProperty
(PropName, typeof(string), null);
219
ConfigurationProperty _propName = new
ConfigurationProperty
(name, typeof(string), value);
System.ServiceModel (2)
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (2)
137
ConfigurationProperty configProperty = new
ConfigurationProperty
(element.ConfigurationElementName, element.GetType(), null);
625
ConfigurationProperty configProperty = new
ConfigurationProperty
(configuredSectionName, extension.GetType(), null);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\SendMessageChannelCacheElement.cs (1)
54
properties.Add(new
ConfigurationProperty
(ConfigurationStrings.AllowUnsafeCaching, typeof(bool), ChannelCacheDefaults.DefaultAllowUnsafeSharing));
System.Web (3)
Configuration\ProtocolsSection.cs (3)
165
new
ConfigurationProperty
( "processHandlerType",
169
new
ConfigurationProperty
( "appDomainHandlerType",
173
new
ConfigurationProperty
( "validate",
System.Web.Extensions (4)
Configuration\ScriptingAuthenticationServiceSection.cs (2)
16
new
ConfigurationProperty
("enabled",
21
new
ConfigurationProperty
("requireSSL",
Configuration\ScriptingProfileServiceSection.cs (1)
17
new
ConfigurationProperty
("enabled",
Configuration\ScriptingRoleServiceSection.cs (1)
18
new
ConfigurationProperty
("enabled",
System.Web.Services (2)
System\Web\Services\Configuration\DiagnosticsElement.cs (1)
30
readonly ConfigurationProperty suppressReturningExceptions = new
ConfigurationProperty
("suppressReturningExceptions", typeof(bool), false);
System\Web\Services\Configuration\SoapEnvelopeProcessingElement.cs (1)
49
readonly ConfigurationProperty strict = new
ConfigurationProperty
("strict", typeof(bool), false);
System.WorkflowServices (6)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (6)
125
configProperties.Add(new
ConfigurationProperty
(name, typeof(string), null));
126
configProperties.Add(new
ConfigurationProperty
(validateOnCreate, typeof(bool), true));
127
configProperties.Add(new
ConfigurationProperty
(enablePerfCounters, typeof(bool), true));
128
configProperties.Add(new
ConfigurationProperty
(services, typeof(ExtendedWorkflowRuntimeServiceElementCollection), null));
129
configProperties.Add(new
ConfigurationProperty
(commonParameters, typeof(NameValueConfigurationCollection), null));
130
configProperties.Add(new
ConfigurationProperty
(cachedInstanceExpiration, typeof(TimeSpan), WorkflowRuntimeBehavior.DefaultCachedInstanceExpiration));