[This is preliminary documentation and is subject to change.]

Author: Đonny

Defines date when item was introduced

Namespace: Tools.InternalT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false, Inherited = false)]
[ObsoleteAttribute("Use <version> XML doc tag instead")]
public class FirstVersionAttribute : Attribute
Visual Basic
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := False, Inherited := False)> _
<ObsoleteAttribute("Use <version> XML doc tag instead")> _
Public Class FirstVersionAttribute _
	Inherits Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = false, Inherited = false)]
[ObsoleteAttribute(L"Use <version> XML doc tag instead")]
public ref class FirstVersionAttribute : public Attribute
F#
[<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false, Inherited = false)>]
[<ObsoleteAttribute("Use <version> XML doc tag instead")>]
type FirstVersionAttribute =  
    class
        inherit Attribute
    end
JScript
public class FirstVersionAttribute extends Attribute

Remarks

This attribute is obsolete, use <version> XML doc tag instead.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Tools.InternalT..::..FirstVersionAttribute

See Also

Collapse/expand Version History

1.5.2