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




Gets the RelationAttribute that is set on the relation.

Syntax

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

Requirements

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

See Also