Returns the object that is affected by the current operation. This object is
persisted to the storage.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Object As Object |
| C# | |
|---|
public object Object {get;} |
| Managed Extensions for C++ | |
|---|
public: __property Object* get_Object(); |
| C++/CLI | |
|---|
public:
property Object^ Object {
Object^ get();
} |
Return Value
The object affected by the current operation.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also