Xml::SkinID Property
.NET Framework (current version)
Overrides the Control::SkinID property. This property is not supported by the Xml class.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property String^ SkinID { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^Always returns an empty string (""). This property is not supported.
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt is made to set the value of this property. |
The SkinID property is inherited from the Control class, but is not applicable to the Xml class. Any attempt to set the value of this property throws a NotSupportedException exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: