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)
Property Value
Type: System.StringAlways 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: