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

Syntax

C# Copy imageCopy Code
                                  public class SmartletProperty
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SmartletProperty

The type exposes the following properties.

Public Properties

  Name Description
Public property CallbackAccess
Gets the callback access.
Public property ClientAccess
Gets the client access.
Public property ClientCanDecrypt
Gets a value indicating whether the client can decrypt the value.
Public property DataType
Gets the type of the data.
Public property DefaultValue
Gets the default value.
Public property Encrypted
Gets a value indicating whether this SmartletProperty is encrypted.
Public property Name
Gets the property name.
Public property Origin
Gets or sets the origin of the current value of the property.
Public property Personalizable
Gets a value indicating whether this property is personalizable.
Public property Type
Gets the CLR type of a property.
Public property UseUnsafeRead
Gets a value indicating whether to use unsafe reads on this property.

See Also

Advanced