Xml.SkinID Property

Definition

Overrides the SkinID property. This property is not supported by the Xml class.

C#
[System.ComponentModel.Browsable(false)]
public override string SkinID { get; set; }

Property Value

Always returns an empty string (""). This property is not supported.

Attributes

Exceptions

An attempt is made to set the value of this property.

Remarks

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also