Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Team Test API
OwnerAttribute Class

Used to specify the person responsible for maintaining, running, and/or debugging the test. This class cannot be inherited.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False)> _
Public NotInheritable Class OwnerAttribute _
    Inherits Attribute
Visual Basic (Usage)
Dim instance As OwnerAttribute
C#
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)]
public sealed class OwnerAttribute : Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false)]
public ref class OwnerAttribute sealed : public Attribute
JScript
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.

System..::.Object
  System..::.Attribute
    Microsoft.VisualStudio.TestTools.UnitTesting..::.OwnerAttribute
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker