Returns the entity of the storage that is associated with the persistent
object.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Entity As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As PersistentAttribute
Dim value As String
instance.Entity = value
value = instance.Entity
|
| C# | |
|---|
public string Entity {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_Entity();
public: __property void set_Entity(
string* value
); |
| C++/CLI | |
|---|
public:
property String^ Entity {
String^ get();
void set (String^ value);
} |
Return Value
A string that represents the entity associated with the object.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also