Chili.Opf3 Send comments on this topic.
ParentType Property
See Also 
Chili.Opf3.Relations Namespace > RelationInformation Class : ParentType Property




Gets the parent type. It is the type of the persistent that implemented the IRelationsPopulateHelper interface.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ParentType As Type
Visual Basic (Usage)Copy Code
Dim instance As RelationInformation
Dim value As Type
 
value = instance.ParentType
C# 
public Type ParentType {get;}
Managed Extensions for C++ 
public: __property Type* get_ParentType();
C++/CLI 
public:
property Type^ ParentType {
   Type^ get();
}

Requirements

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

See Also