The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationProperty::IsTypeStringTransformationRequired Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Indicates whether the type name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if the property requires type-name transformation; otherwise, false.
You use ConfigurationPropertyOptions to set this property when you call a constructor that includes a ConfigurationPropertyOptions parameter. This value is ignored if the property does not contain a type-name string.
.NET Framework
Available since 4.0
Available since 4.0
Show: