Encog 1.1 for DotNet
SetAttribute Method (key, value)
NamespacesEncog.Bot.HTMLHTMLTagSetAttribute(String, String)
Set the specified attribute.
Declaration Syntax
C#Visual BasicVisual C++
public void SetAttribute(
	string key,
	string value
)
Public Sub SetAttribute ( _
	key As String, _
	value As String _
)
public:
void SetAttribute(
	String^ key, 
	String^ value
)
Parameters
key (String)
The attribute name.
value (String)
The attribute value.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)