Chili.Opf3 Send comments on this topic.
PersistDepth Property
See Also 
Chili.Opf3 Namespace > ObjectNotificationEventArgs Class : PersistDepth Property




Returns the depth of the loaded object graph that is persisted during the current persist process.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PersistDepth As PersistDepths
Visual Basic (Usage)Copy Code
Dim instance As ObjectNotificationEventArgs
Dim value As PersistDepths
 
value = instance.PersistDepth
C# 
public PersistDepths PersistDepth {get;}
Managed Extensions for C++ 
public: __property PersistDepths get_PersistDepth();
C++/CLI 
public:
property PersistDepths PersistDepth {
   PersistDepths get();
}

Requirements

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

See Also