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.

Inheritance Hierarchy

Syntax

public class PersistentAttribute : SlimSerializableAttribute

Constructors

Name Description
PersistentAttribute

Initializes a new instance of the PersistentAttribute class.

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.