Used to specify the description of the test. This class cannot be inherited.
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False)> _ Public NotInheritable Class DescriptionAttribute _ Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)] public sealed class DescriptionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false)] public ref class DescriptionAttribute sealed : public Attribute
[<Sealed>] [<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)>] type DescriptionAttribute = class inherit Attribute end
public final class DescriptionAttribute extends Attribute
The DescriptionAttribute type exposes the following members.
This attribute can be specified on a method. Only one instance of this attribute may be applied to a method.
For more information about how to use attributes, see Extending Metadata Using Attributes.