 | UserAccountSystemParameterValues - свойство |
Возвращает или задаёт реквизит "Значения системных параметров".
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисpublic ObjectsSetProperty<SystemParameterValue> SystemParameterValues { get; set; }
Public Property SystemParameterValues As ObjectsSetProperty(Of SystemParameterValue)
Get
Set
Dim instance As UserAccount
Dim value As ObjectsSetProperty(Of SystemParameterValue)
value = instance.SystemParameterValues
instance.SystemParameterValues = value
function get SystemParameterValues () : ObjectsSetProperty<SystemParameterValue>
function set SystemParameterValues (value : ObjectsSetProperty<SystemParameterValue>)
Значение свойства
Тип:
ObjectsSetPropertySystemParameterValue
См. также