BuildMaster SDK Reference
Version:
PersistentAttribute Class
Marks a property as persistent. A persistent property is stored in the
database as part of the object's configuration. Persistent properties are also
serialized to remote agents prior to execution.
Syntax
public
class
PersistentAttribute : SlimSerializableAttribute
Properties
|
Name |
Description |
|
CustomSerializer
|
Gets or sets the type of custom serializer to use for the property.
|
|
Encrypted
|
Gets or sets a value indicating whether the property value should be protected
using DPAPI before being persisted in the database.
|