Chili.Opf3 Send comments on this topic.
Object Property
See Also 
Chili.Opf3 Namespace > ObjectPersistingEventArgs Class : Object Property




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
Visual Basic (Usage)Copy Code
Dim instance As ObjectPersistingEventArgs
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