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

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