PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a value from the host of the ASP.NET process (such as the TestSuite), if any.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Host.Value")]
public static  GetHostValue(
	string name
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Host.Value")> _
Public Shared Function GetHostValue ( _
	name As  _
) As 

Parameters

name
String
The name.

Return Value

Object

See Also

Advanced