Gets the underlying object within this query.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public T Object { get; }
Public ReadOnly Property Object As T
public: property T Object { T get (); }
/** @property */ public T get_Object()
C# | Visual Basic | Visual C++ | J# |
public T Object { get; }
Public ReadOnly Property Object As T
public: property T Object { T get (); }
/** @property */ public T get_Object()