Returns the type of the element of the persistent object.
Syntax
| Visual Basic (Declaration) | |
|---|
Overridable ReadOnly Property MemberType As Type |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IMemberInfo
Dim value As Type
value = instance.MemberType
|
| C# | |
|---|
virtual Type MemberType {get;} |
| Managed Extensions for C++ | |
|---|
__property virtual Type* get_MemberType(); |
| C++/CLI | |
|---|
virtual property Type^ MemberType {
Type^ get();
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also