NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.IsCOMObject

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;

Property Value

true if the Type is a COM object; otherwise, false.

Remarks

This method returns false for COM interfaces because they are not objects. COM interfaces can be implemented by NGWS objects.

See Also

Type Class | Type Members | System Namespace | IsCOMObjectImpl