Chili.Opf3 Send comments on this topic.
PersistentAttribute Property
See Also 
Chili.Opf3.Query.OPathParser Namespace > OEMember Class : PersistentAttribute Property




Returns the PersistentAttribute of the persistent object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PersistentAttribute As PersistentAttribute
Visual Basic (Usage)Copy Code
Dim instance As OEMember
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();
}

Return Value

The PersistentAttribute of the persistent object.

Requirements

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

See Also