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