Xml.SkinID Property

Definition

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

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

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

See also