PersonalizableAttribute.Scope Eigenschap

Definitie

Hiermee haalt u de PersonalizationScope opsommingswaarde voor het klasse-exemplaar op, zoals ingesteld door een van de constructors.

public:
 property System::Web::UI::WebControls::WebParts::PersonalizationScope Scope { System::Web::UI::WebControls::WebParts::PersonalizationScope get(); };
public System.Web.UI.WebControls.WebParts.PersonalizationScope Scope { get; }
member this.Scope : System.Web.UI.WebControls.WebParts.PersonalizationScope
Public ReadOnly Property Scope As PersonalizationScope

Waarde van eigenschap

Een PersonalizationScope opsommingswaarde.

Opmerkingen

Deze waarde wordt ingesteld wanneer een exemplaar van de PersonalizableAttribute klasse wordt gemaakt.

Deze eigenschap bepaalt wanneer de eigenschapswaarde wordt opgeslagen en geladen, afhankelijk van de Scope eigenschap van de pagina.

Van toepassing op