Writes value of the parameter

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Sub WriteValue ( _
	name As String, _
	value As String, _
	attributes As Hashtable _
)
C#
void WriteValue(
	string name,
	string value,
	Hashtable attributes
)
Visual C++
void WriteValue(
	String^ name, 
	String^ value, 
	Hashtable^ attributes
)
JavaScript
function writeValue(name, value, attributes);

Parameters

name
Type: System..::.String
name of the parameter
value
Type: System..::.String
value of the parameter
attributes
Type: System.Collections..::.Hashtable
collection of the attributes

See Also