Xml.SkinID Property
.NET Framework 3.0
Overrides the Control.SkinID property. This property is not supported by the Xml class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property String^ SkinID { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_SkinID () /** @property */ public void set_SkinID (String value)
public override function get SkinID () : String public override function set SkinID (value : String)
Not applicable.
Property Value
Always returns an empty string (""). This property is not supported.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.
Community Additions
ADD
Show: