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




Gets the related type. Seen from the object that has implemented the IRelationsPopulateHelper interface.

Syntax

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

Requirements

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

See Also