Chili.Opf3 Send comments on this topic.
Persistent Property
See Also 
Chili.Opf3.Query Namespace > PersistentObjectExpression Class : Persistent Property




Returns the object managed by the expression.

Syntax

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

Requirements

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

See Also