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