Specifies the
IQuery of the current operation.
It can be null if the object is not in an operation.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Query As IQuery |
| C# | |
|---|
public IQuery Query {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property IQuery* get_Query();
public: __property void set_Query(
IQuery* value
); |
Return Value
The
IQuery used
in
ObjectInfo Class the current operation.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also