SettingsUnitRecordData - свойство
Settings unit data model that stores configuration values.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.