PersonalizationEntry.IsSensitive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Boolean value that indicates if the PersonalizationEntry contains sensitive information.
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
Property Value
true
if the sensitive setting for the attribute is set; otherwise false
.
Remarks
Web Parts personalization information can contain sensitive data that should not be exported to other controls. This property is used by the Web Parts import and export process. Setting IsSensitive to true
causes the Web Parts export handler to not serialize the data in the exported Web Part format.