Click or drag to resize

ApplicationSet Method

Updates the value of an object in the collection

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void Set(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The name of the object to update
value
Type: SystemObject
The updated value

Implements

IApplicationSet(String, Object)
See Also