Chili.Opf3 Send comments on this topic.
Query Property
See Also 
Chili.Opf3.Relations Namespace > ObjectHolderBase Class : Query Property




Specifies the IQuery associated with the ObjectHolder.

Syntax

Visual Basic (Declaration) 
Public Property Query As IQuery
Visual Basic (Usage)Copy Code
Dim instance As ObjectHolderBase
Dim value As IQuery
 
instance.Query = value
 
value = instance.Query
C# 
public IQuery Query {get; set;}
Managed Extensions for C++ 
public: __property IQuery* get_Query();
public: __property void set_Query( 
   IQuery* value
);
C++/CLI 
public:
property IQuery^ Query {
   IQuery^ get();
   void set (IQuery^ value);
}

Return Value

The IQuery associated with the ObjectHolder or null.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also