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;
true if the Type was imported from another class; otherwise, false.
Type Class | Type Members | System Namespace | TypeAttributes