| Visual Basic (Declaration) | |
|---|---|
Public Property PersistBehaviours As PersistBehaviours | |
| Visual Basic (Usage) | |
|---|---|
| |
| 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.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