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 設定します。 プロパティに型名文字列が含まれていない場合、この値は無視されます。

適用対象

こちらもご覧ください