Used to specify the person responsible for maintaining, running, and/or debugging the test. This class cannot be inherited.
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False)> _ Public NotInheritable Class OwnerAttribute _ Inherits Attribute
Dim instance As OwnerAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)] public sealed class OwnerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false)] public ref class OwnerAttribute sealed : public Attribute
public final class OwnerAttribute extends Attribute
This attribute can be specified on a method. There can be only one instance of this attribute per test method.
For more information about how to use attributes, see Extending Metadata Using Attributes.