OwnerAttribute Constructor

Initializes a new instance of the OwnerAttribute class that uses an owner name.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.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

.NET Framework Security

See Also

Reference

OwnerAttribute Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace