Html Library Help
Value Property
NamespacesHtmlAttributeValue
Gets or sets the value of the attribute.
Declaration Syntax
C#Visual BasicVisual C++
public string Value { get; set; }
Public Property Value As String
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}
Value
The value of the attribute.

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)