This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Sets a value.

Namespace: Smartsite.Tools
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public static void SetValue(
	string name,
	 value
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub SetValue ( _
	name As , _
	value As  _
)

Parameters

name
String
The name.
value
Object
The value.

See Also

Advanced