Partager via


Attribute Property

Sets or retrieves a value that indicates the Cascading Style Sheets (CSS) attribute name.

Syntax

Visual Basic  Public  Property Attribute As string
C# public  string Attribute { get; set; }
Managed C++ public:  __property string get_Attribute();
public:  __property void set_Attribute(string);
JScript public   function get Attribute() : string;
public   function set Attribute(string);

Possible Values

sValue string that specifies or receives a value that indicates the CSS attribute name.

The property is read/write. The property has no default value.

Property Information

Applies To

CssAttribute

See Also

Internet Explorer WebControls