Gets the underlying object within this query.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public T Object { get; }
Public ReadOnly Property Object As T Get
public: property T Object { T get (); }
/** @property */ public T get_Object()