다음을 통해 공유


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

적용 대상