Returns the name of the element of the persistent object type that is mapped to the field in the storage.
Syntax
| Visual Basic (Declaration) | |
|---|
Overridable ReadOnly Property Name As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IMemberInfo
Dim value As String
value = instance.Name
|
| C# | |
|---|
virtual string Name {get;} |
| Managed Extensions for C++ | |
|---|
__property virtual string* get_Name(); |
| C++/CLI | |
|---|
virtual property String^ Name {
String^ get();
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also