ConfigurationProperty.IsAssemblyStringTransformationRequired プロパティ

定義

.NET Framework の以前のバージョンでシリアル化されるときに、構成プロパティのアセンブリ名に変換が必要かどうかを示します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

プロパティ値

true プロパティにアセンブリ名の変換が必要な場合。それ以外の場合は false

注釈

ConfigurationPropertyOptions パラメーターを含むコンストラクターを呼び出すときに、ConfigurationPropertyOptionsを使用してこのプロパティを設定します。 プロパティにアセンブリ名文字列が含まれていない場合、この値は無視されます。

適用対象