This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Collection of parameters for the smartlet.

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

C#Copy imageCopy Code
[("Name", typeof(string), true)]
[("SettingType", typeof())]
[(RawData = true)]
public <string> Settings { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<("Name", GetType(), True)> _
<("SettingType", GetType())> _
<(RawData := True)> _
Public Property Settings As (Of )
	Get
	Set

See Also

Advanced