Dynamicweb 9
Dynamicweb 9
Dynamicweb.Environment.Web
Application Class
Application Methods
Add Method
Clear Method
IsValid Method
Lock Method
Remove Method
Set Method
Unlock Method
Application
Set 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
C#
VB
Copy
public
void
Set
(
string
name
,
Object
value
)
Public
Sub
Set
(
name
As
String
,
value
As
Object
)
Parameters
name
Type:
System
String
The name of the object to update
value
Type:
System
Object
The updated value
Implements
IApplication
Set(String, Object)
See Also
Reference
Application Class
Dynamicweb.Environment.Web Namespace