Tungsten
![]() |
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

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: TDataThe data stored in the domain property as cast to T
