Chili.Opf3 Send comments on this topic.
PersistentAttribute Constructor(String)
See Also 
Chili.Opf3 Namespace > PersistentAttribute Class > PersistentAttribute Constructor : PersistentAttribute Constructor(String)




entity
Enitity of the storage that is associated with the persistent.
Creates a new instance of the PersistentAttribute Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal entity As String _
)
Visual Basic (Usage)Copy Code
Dim entity As String
 
Dim instance As PersistentAttribute(entity)
C# 
public PersistentAttribute( 
   string entity
)
Managed Extensions for C++ 
public: PersistentAttribute( 
   string* entity
)
C++/CLI 
public:
PersistentAttribute( 
   String^ entity
)

Parameters

entity
Enitity of the storage that is associated with the persistent.

Exceptions

ExceptionDescription
ArgumentNullExceptionEntity is null.

Requirements

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

See Also