Gets a value indicating whether the Type is a COM object.
[Visual Basic] Public ReadOnly Property IsCOMObject As Boolean [C#] public bool IsCOMObject {get;} [C++] public: __property bool get_IsCOMObject(); [JScript] public function get IsCOMObject() : Boolean;
true if the Type is a COM object; otherwise, false.
This method returns false for COM interfaces because they are not objects. COM interfaces can be implemented by NGWS objects.
Type Class | Type Members | System Namespace | IsCOMObjectImpl