WebPartPersonalization::ProviderName Property
.NET Framework (current version)
Gets or sets the provider name for personalization.
Assembly: System.Web (in System.Web.dll)
public: property String^ ProviderName { virtual String^ get(); virtual void set(String^ value); }
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to set this property to a value other than its current value after the WebPartManager control's OnInit method has completed. |
This property returns the value set for this property in the page declaration. If this property was not set, it returns Empty. In this case, the page uses the default personalization provider specified in the configuration file.
This property can only be set prior to the completion of the WebPartManager control's OnInit method. This means the ProviderName property must be set in the page declaration on the WebPartManager element. Alternatively, this property can be set during the PreInit phase.
.NET Framework
Available since 2.0
Available since 2.0
Show: