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

Defines a version of component of code

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

Author: Đonny

Vertion history

1.5.2 (Release)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false, Inherited = false)]
[ObsoleteAttribute("Use <version> XML tag instead")]
public class VersionAttribute : Attribute
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := False, Inherited := False)> _
<ObsoleteAttribute("Use <version> XML tag instead")> _
Public Class VersionAttribute _
	Inherits Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = false, Inherited = false)]
[ObsoleteAttribute(L"Use <version> XML tag instead")]
public ref class VersionAttribute : public Attribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false, Inherited = false) */
/** @attribute ObsoleteAttribute("Use <version> XML tag instead") */
public class VersionAttribute extends Attribute
JScript
public class VersionAttribute extends Attribute

Remarks

This tag is obsolete. Use XML docummentation rag <version> instead

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Tools.InternalT..::.VersionAttribute

See Also