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




Specifies the RelationAttribute associated with the ObjectHolder. The attribute specifies the relation between the related objects and the parent object.

Syntax

Visual Basic (Declaration) 
Protected Property RelationAttribute As RelationAttribute
Visual Basic (Usage)Copy Code
Dim instance As ObjectHolderBase
Dim value As RelationAttribute
 
instance.RelationAttribute = value
 
value = instance.RelationAttribute
C# 
protected RelationAttribute RelationAttribute {get; set;}
Managed Extensions for C++ 
protected: __property RelationAttribute* get_RelationAttribute();
protected: __property void set_RelationAttribute( 
   RelationAttribute* value
);
C++/CLI 
protected:
property RelationAttribute^ RelationAttribute {
   RelationAttribute^ get();
   void set (RelationAttribute^ value);
}

Return Value

The RelationAttribute associated with the ObjectHolder or null.

Requirements

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

See Also