PersonalizationEntry.IsSensitive 属性

定义

获取或设置指示是否包含敏感信息的 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 部件格式序列化数据。

适用于