DomainLoader.GetData(TData) Method

Tungsten Suite

DomainLoaderGetDataTData Method

Gets the value stored in the current application domain for the specified name

Namespace:  W.Domains
Assembly:  Tungsten.Domains (in Tungsten.Domains.dll) Version: 2.0.0
Syntax
C#
public TData GetData<TData>(
	string name
)

Parameters

name
Type: SystemString
The name of a predefined or custom domain property

Type Parameters

TData
The type of data to be returned

Return Value

Type: TData
The data stored in the domain property as cast to T
See Also