Chili.Opf3 Send comments on this topic.
RelatedType Property
See Also 
Chili.Opf3.Mapping Namespace > ITypeRelationInfoCollection Interface : RelatedType Property




Returns the type of the TypeRelationInfoCollection. This type is the type of the related objects.

Syntax

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

Requirements

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

See Also