Value Property

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

Syntax

Visual Basic  Public  Property Value As string
C# public  string Value { get; set; }
Managed C++ public:  __property string get_Value();
public:  __property void set_Value(string);
JScript public   function get Value() : string;
public   function set Value(string);

Possible Values

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

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

Property Information

Applies To

CssAttribute

See Also

Internet Explorer WebControls