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!

CodeClass.IsInterface

Gets whether the class is an interface.

[Visual Basic]
Public Property IsInterface As Boolean
[C#]
public bool IsInterface {get; set;}
[C++]
public: __property bool get_IsInterface();
public: __property void set_IsInterface(bool);
[JScript]
public function get IsInterface() : Boolean;
public function set IsInterface(Boolean);

Property Value

true if the class type attributes match, otherwise false.

See Also

CodeClass Class | CodeClass Members | System.CodeDOM Namespace