Creates a new instance of the
PersistentAttribute Class.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal entity As String _
) |
| 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
| Exception | Description |
| ArgumentNullException | Entity is null. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also