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參數的建構函式時,您可以使用 來設定此屬性。 如果屬性不包含類型名稱字串,則會忽略這個值。

適用於

另請參閱