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




Returns a list of weak related properties between two objects. This list contains IRelatedPropertiesPair interfaces that contain the weak related properties in the two objects.

Syntax

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

Requirements

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

See Also