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 Code |
---|---|
public class SmartletProperty |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SmartletProperty |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
CallbackAccess |
Gets the callback access.
|
|
ClientAccess |
Gets the client access.
|
|
ClientCanDecrypt |
Gets a value indicating whether the client can decrypt the value.
|
|
DataType |
Gets the type of the data.
|
|
DefaultValue |
Gets the default value.
|
|
Encrypted |
Gets a value indicating whether this SmartletProperty is encrypted.
|
|
Name |
Gets the property name.
|
|
Origin |
Gets or sets the origin of the current value of the property.
|
|
Personalizable |
Gets a value indicating whether this property is personalizable.
|
|
Type |
Gets the CLR type of a property.
|
|
UseUnsafeRead |
Gets a value indicating whether to use unsafe reads on this property.
|
See Also
Smartsite.Scf Namespace