Chili.Opf3 Send comments on this topic.
IsUserDefinedType Property
See Also 
Chili.Opf3.Mapping Namespace > IMemberInfo Interface : IsUserDefinedType Property




Returns whether the IMemberInfo object is representing an element that is implementing the IUserDefinedType interface.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property IsUserDefinedType As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IMemberInfo
Dim value As Boolean
 
value = instance.IsUserDefinedType
C# 
virtual bool IsUserDefinedType {get;}
Managed Extensions for C++ 
__property virtual bool get_IsUserDefinedType();
C++/CLI 
virtual property bool IsUserDefinedType {
   bool get();
}

Requirements

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

See Also