ProxyWebPartManager.SkinID Property

Definition

Overrides the base property to prevent a value from being assigned.

public:
 virtual property System::String ^ SkinID { System::String ^ get(); void set(System::String ^ value); };
public override string SkinID { get; set; }
member this.SkinID : string with get, set
Public Overrides Property SkinID As String

Property Value

Always returns an empty string ("").

Exceptions

A caller tries to assign a value to this property.

Remarks

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.

Applies to

See also