Returns the object that is affected by the current operation. This object is
loaded from the storage. All properties are set to the default values!
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Object As Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectLoadingEventArgs
Dim value As Object
value = instance.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