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 full list of properties of the Smartlet.

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

Syntax

C#Copy imageCopy Code
[("Type", typeof())]
[("Editable", typeof())]
[("Category", typeof(string))]
[("Caption", typeof(string))]
[("CallbackAccess", typeof())]
[(Name = "Properties", DefaultNotation = .Parameter)]
[("Encrypted", typeof(bool))]
[("ClientAccess", typeof())]
[("Personalizable", typeof(bool))]
[("UnsafeRead", typeof(bool))]
public <> PublicInterface { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<("Type", GetType())> _
<("Editable", GetType())> _
<("Category", GetType())> _
<("Caption", GetType())> _
<("CallbackAccess", GetType())> _
<(Name := "Properties", DefaultNotation := .Parameter)> _
<("Encrypted", GetType())> _
<("ClientAccess", GetType())> _
<("Personalizable", GetType())> _
<("UnsafeRead", GetType())> _
Public Property PublicInterface As (Of )
	Get
	Set

Field Value

List of objects

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced