Initializes a new instance of the OwnerAttribute class that uses an owner name.
Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
    owner As String _
)
public OwnerAttribute(
    string owner
)
public:
OwnerAttribute(
    String^ owner
)
new : 
        owner:string -> OwnerAttribute
public function OwnerAttribute(
    owner : String
)
Parameters
- owner 
 Type: String- The owner of the test. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.