DomainLoader.SetData Method

Tungsten Suite

DomainLoaderSetData Method

Sets the value of the specified application domain property

Namespace:  W.Domains
Assembly:  Tungsten.Domains (in Tungsten.Domains.dll) Version: 2.0.0
Syntax
C#
public void SetData(
	string name,
	Object data
)

Parameters

name
Type: SystemString
The name of a predefined or custom domain property
data
Type: SystemObject
The value to be assigned to the domain property
See Also