ConfigurationProperty.IsTypeStringTransformationRequired Property

Definition

Indicates whether the type name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool IsTypeStringTransformationRequired { bool get(); };
public bool IsTypeStringTransformationRequired { get; }
member this.IsTypeStringTransformationRequired : bool
Public ReadOnly Property IsTypeStringTransformationRequired As Boolean

Property Value

true if the property requires type-name transformation; otherwise, false.

Remarks

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.

Applies to

See also