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.IsAbstract

Gets a value indicating whether the Type is abstract and must be overridden.

[Visual Basic]
Public ReadOnly Property IsAbstract As Boolean
[C#]
public bool IsAbstract {get;}
[C++]
public: __property bool get_IsAbstract();
[JScript]
public function get IsAbstract() : Boolean;

Property Value

true if the Type is abstract; otherwise, false.

See Also

Type Class | Type Members | System Namespace | TypeAttributes