ConfigurationProperty.IsTypeStringTransformationRequired 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示當組態屬性針對舊版 .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參數的建構函式時,您可以使用 來設定此屬性。 如果屬性不包含類型名稱字串,則會忽略這個值。