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!

ObsoleteAttribute.IsError

Indicates whether the compiler should treat usage of such a method as an error.

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

See Also

ObsoleteAttribute Class | ObsoleteAttribute Members | System Namespace