 | QueryDerivedTypeQueryObjectN - свойство |
Возвращает поле или задаёт значение полю "Объект запроса".
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисpublic LinkProperty<QueryObject> QueryObjectN { get; set; }
Public Property QueryObjectN As LinkProperty(Of QueryObject)
Get
Set
Dim instance As QueryDerivedType
Dim value As LinkProperty(Of QueryObject)
value = instance.QueryObjectN
instance.QueryObjectN = value
function get QueryObjectN () : LinkProperty<QueryObject>
function set QueryObjectN (value : LinkProperty<QueryObject>)
Значение свойства
Тип:
LinkPropertyQueryObject
См. также