ConfigurationProperty.IsTypeStringTransformationRequired 属性

定义

指示配置属性的类型名称在序列化为早期版本的 .NET Framework 时是否需要转换。

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

true 如果属性需要类型名称转换,则为 ;否则,为 false.

注解

调用包含参数的ConfigurationPropertyOptions构造函数时,用于ConfigurationPropertyOptions设置此属性。 如果属性不包含类型名称字符串,则忽略此值。

适用于