Chili.Opf3 Send comments on this topic.
QueryType Property
See Also 
Chili.Opf3.Query Namespace > IQuery Interface : QueryType Property




Returns the QueryType of the query.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property QueryType As QueryTypes
Visual Basic (Usage)Copy Code
Dim instance As IQuery
Dim value As QueryTypes
 
value = instance.QueryType
C# 
virtual QueryTypes QueryType {get;}
Managed Extensions for C++ 
__property virtual QueryTypes get_QueryType();
C++/CLI 
virtual property QueryTypes QueryType {
   QueryTypes get();
}

Return Value

A member of the QueryType enumeration.

Requirements

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

See Also