SettingsUnitRecordData - свойство
Settings unit data model that stores configuration values.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public Dictionary<string, Object?>? Data { get; set; }
Public Property Data As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Data {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Data : Dictionary<string, Object> with 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.