This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the value of the given parameter/property.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
[(IsExtensionMethod = true)]
public  GetParameter(
	string name
)
Visual Basic (Declaration)Copy imageCopy Code
<(IsExtensionMethod := True)> _
Public Function GetParameter ( _
	name As  _
) As 

Parameters

name
String
The name of the property.

Return Value

The value of the property

See Also

Smartsite.Core Namespace
Advanced