asp.net.ph

ObsoleteAttribute Class

System Namespace


Marks the program elements that are no longer in use. This class cannot be inherited.

ObsoleteAttribute Class Members

Collapse   Constructors

Visibility Constructor Parameters
public ObsoleteAttribute ( )
public ObsoleteAttribute ( String message )
public ObsoleteAttribute ( String message , Boolean error )

Collapse   Properties

Visibility Name Value Type Accessibility
public IsError Boolean [ Get ]
public Message String [ Get ]

Remarks

ObsoleteAttribute is applicable to all program elements except assemblies, modules, parameters or return values. Marking an element as obsolete informs the users that the element will be removed in future versions of the product.

For more information about using attributes, see Extending Metadata Using Attributes.

See Also

Attribute Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph