Click or drag to resize

DeprecatedAttribute Class

Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dynamicweb.CoreDeprecatedAttribute

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Constructor|AttributeTargets.Delegate|AttributeTargets.Enum|AttributeTargets.Event|AttributeTargets.Field|AttributeTargets.Interface|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Struct, Inherited = false)]
public class DeprecatedAttribute : Attribute

The DeprecatedAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDeprecatedAttribute
Initializes a new instance of the DeprecatedAttribute class
Top
Properties
  NameDescription
Public propertyMessage
Top
See Also