Chili.Opf3 Send comments on this topic.
PersistentAttribute Property
See Also 
Chili.Opf3.Mapping Namespace > TypeMapping Class : PersistentAttribute Property




Returns the persistent attribute associated with the object.

Syntax

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

Requirements

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

See Also