This documentation is archived and is not being maintained.
Type.IsImport Property
.NET Framework 1.1
Gets a value indicating whether the Type was imported from another class.
[Visual Basic] Public ReadOnly Property IsImport As Boolean [C#] public bool IsImport {get;} [C++] public: __property bool get_IsImport(); [JScript] public function get IsImport() : Boolean;
Property Value
true if the Type was imported from another class; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
Type Class | Type Members | System Namespace | TypeAttributes
Show: