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