Chili.Opf3 Send comments on this topic.
PersistentType Property
See Also 
Chili.Opf3 Namespace > IPersistentQueriesProvider Interface : PersistentType Property




Gets the type of the persistent object.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property PersistentType As Type
Visual Basic (Usage)Copy Code
Dim instance As IPersistentQueriesProvider
Dim value As Type
 
value = instance.PersistentType
C# 
virtual Type PersistentType {get;}
Managed Extensions for C++ 
__property virtual Type* get_PersistentType();
C++/CLI 
virtual property Type^ PersistentType {
   Type^ get();
}

Requirements

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

See Also