Chili.Opf3 Send comments on this topic.
PersistBehaviours Property
See Also 
Chili.Opf3 Namespace > FieldAttribute Class : PersistBehaviours Property




Specifies the persist behaviour of the property.

Syntax

Visual Basic (Declaration) 
Public Property PersistBehaviours As PersistBehaviours
Visual Basic (Usage)Copy Code
Dim instance As FieldAttribute
Dim value As PersistBehaviours
 
instance.PersistBehaviours = value
 
value = instance.PersistBehaviours
C# 
public PersistBehaviours PersistBehaviours {get; set;}
Managed Extensions for C++ 
public: __property PersistBehaviours get_PersistBehaviours();
public: __property void set_PersistBehaviours( 
   PersistBehaviours value
);
C++/CLI 
public:
property PersistBehaviours PersistBehaviours {
   PersistBehaviours get();
   void set (PersistBehaviours value);
}

Return Value

Returns the persist behaviour of the property.

Remarks

By setting the behaviour you may only allow to insert or update a property. The default behaviour is to insert and update the field in the storage with the value of the property.

Requirements

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

See Also