Returns the
QueryType of the ObjectExpression.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property QueryType As QueryTypes |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Expression
Dim value As QueryTypes
value = instance.QueryType
|
| Managed Extensions for C++ | |
|---|
public: __property QueryTypes get_QueryType(); |
Return Value
A member of the <see cref="Opf3.Query.QueryTypes">QueryType</see>
enumeration.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also