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




Specifies the state of the persistent object associated with this ObjectInfo instance.

Syntax

Visual Basic (Declaration) 
Public Property ObjectState As ObjectStates
Visual Basic (Usage)Copy Code
Dim instance As ObjectInfo
Dim value As ObjectStates
 
instance.ObjectState = value
 
value = instance.ObjectState
C# 
public ObjectStates ObjectState {get; set;}
Managed Extensions for C++ 
public: __property ObjectStates get_ObjectState();
public: __property void set_ObjectState( 
   ObjectStates value
);
C++/CLI 
public:
property ObjectStates ObjectState {
   ObjectStates get();
   void set (ObjectStates value);
}

Return Value

Returns the ObjectState of the persistent object

Requirements

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

See Also