SettingsUnitRecordData - свойство

Settings unit data model that stores configuration values.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public Dictionary<string, Object?>? Data { get; set; }

Значение свойства

DictionaryString, Object

Заметки

The value is serialized to untyped JSON when written to persistent storage. The value is deserialized from untyped JSON when read from persistent storage.

См. также