The members of System.Web.UI.WebControls.WebParts.PersonalizableAttribute are listed below.
See Also: Inherited members from System.Attribute
Initializes a new instance of the System.Web.UI.WebControls.WebParts.PersonalizableAttribute class. | ||
Initializes a new instance of the System.Web.UI.WebControls.WebParts.PersonalizableAttribute class using the provided parameter. | ||
Initializes a new instance of the System.Web.UI.WebControls.WebParts.PersonalizableAttribute class using the provided parameter. | ||
Initializes a new instance of the System.Web.UI.WebControls.WebParts.PersonalizableAttribute class using the provided parameters. |
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. |
[read-only] | IsPersonalizable | bool.
Gets the setting that indicates whether the attribute can be personalized, as established by one of the constructors. |
[read-only] | IsSensitive | bool.
Gets the setting that indicates whether the attribute is sensitive, as established by one of the constructors. |
[read-only] | Scope | PersonalizationScope.
Gets the System.Web.UI.WebControls.WebParts.PersonalizationScope enumeration value for the class instance, as set by one of the constructors. |
override | Equals(object)
| |
override | GetHashCode()
| |
static | GetPersonalizableProperties(Type)
| |
override | IsDefaultAttribute()
| |
override | Match(object)
|