ConfigurationProperty.IsTypeStringTransformationRequired 속성

정의

이전 버전의 .NET Framework에 대해 serialize된 경우 구성 속성의 형식 이름을 변환해야 하는지 여부를 나타냅니다.

이 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. 속성에 형식 이름 문자열이 없는 경우 이 값은 무시됩니다.

적용 대상

추가 정보