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




Returns the ObjectInfo container that contains persistent informations about the object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ObjectInfo As ObjectInfo
Visual Basic (Usage)Copy Code
Dim instance As ConcurrencyManagerEventArgs
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();
}

Requirements

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

See Also