PersonalizationEntry.IsSensitive 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,指出 PersonalizationEntry 是否包含敏感資訊。
public:
property bool IsSensitive { bool get(); void set(bool value); };
public bool IsSensitive { get; set; }
member this.IsSensitive : bool with get, set
Public Property IsSensitive As Boolean
屬性值
如果設定屬性的敏感設定,則為 true
,否則為 false
。
備註
Web 組件個人化資訊可能包含不應該匯出至其他控制項的機密資料。 Web 組件匯入和匯出進程會使用這個屬性。 將設定 IsSensitive 為, true
會使 Web 組件匯出處理常式不會將匯出的 Web 元件格式的資料序列化。