The fields of System.Web.UI.WebControls.WebParts.PersonalizableAttribute are listed below. For a list of all members, see the PersonalizableAttribute Members list.
See Also: Inherited members from System.Attribute
static readonly | Default | PersonalizableAttribute.
Returns an attribute instance that indicates no support for personalization. This field is read-only. |
static readonly | NotPersonalizable | PersonalizableAttribute.
Returns an attribute instance that indicates no support for personalization. This field is read-only. |
static readonly | Personalizable | PersonalizableAttribute.
Returns an attribute instance that indicates support for personalization. This field is read-only. |
static readonly | SharedPersonalizable | PersonalizableAttribute.
Returns an attribute instance that indicates support for personalization with a shared scope. This field is read-only. |
static readonly | UserPersonalizable | PersonalizableAttribute.
Returns an attribute instance that indicates support for personalization in PersonalizationScope.User scope. This field is read-only. |