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 Class

Represents an attribute that is attached to members that are not to be used any longer. Message is some human readable explanation of what to use. Error indicates whether the compiler should treat usage of such a method as an error.

Object
   Attribute
      ObsoleteAttribute

[Visual Basic]
Public Class ObsoleteAttribute
   Inherits Attribute
[C#]
public class ObsoleteAttribute : Attribute
[C++]
public __gc class ObsoleteAttribute : public Attribute
[JScript]
public class ObsoleteAttribute extends Attribute

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

ObsoleteAttribute Members | System Namespace