System.Web.UI.WebControls.WebParts.PersonalizableAttribute.IsSensitive Property

Gets the setting that indicates whether the attribute is sensitive, as established by one of the constructors.

Syntax

public bool IsSensitive { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This value is set when an instance of the System.Web.UI.WebControls.WebParts.PersonalizableAttribute class is created.

This property controls how the property value is exported. If the property is set to true, it will not be exported when the control's WebPart.ExportMode property is set to WebPartExportMode.NonSensitiveData.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0