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




Returns the ObjectInfo that contains state informations of the persistent object that implements the IObjectNotification interface.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ObjectInfo As ObjectInfo
Visual Basic (Usage)Copy Code
Dim instance As ObjectNotificationEventArgs
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 with the state information.

Requirements

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

See Also