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




Returns the ObjectInfo object that contains state information about the persistent object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ObjectInfo As ObjectInfo
Visual Basic (Usage)Copy Code
Dim instance As ObjectPersistingEventArgs
Dim value As ObjectInfo
 
value = instance.ObjectInfo
C# 
public ObjectInfo ObjectInfo {get;}
Managed Extensions for C++ 
public: __property ObjectInfo* get_ObjectInfo();
C++/CLI 
public:
property ObjectInfo^ ObjectInfo {
   ObjectInfo^ get();
}

Return Value

The ObjectInfo object that contains state information about the persistent object.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also