ProxyWebPartManager::SkinID Property
.NET Framework (current version)
Overrides the base property to prevent a value from being assigned.
Assembly: System.Web (in System.Web.dll)
public: property String^ SkinID { virtual String^ get() override; virtual void set(String^ value) override; }
| Exception | Condition |
|---|---|
| NotSupportedException | A caller tries to assign a value to this property. |
The SkinID property overrides the base property to prevent a value from being assigned to it, which has the effect of preventing skins from being used with the ProxyWebPartManager control. This is done because the control never exposes a user interface (UI) on a page. The same behavior is implemented by the WebPartManager control for its WebPartManager::SkinID property.
.NET Framework
Available since 2.0
Available since 2.0
Show: