Share via


TestOwnerAttribute constructor

Initializes a new instance of the TestOwnerAttribute class.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    testowner As String _
)
'Usage
Dim testowner As String

Dim instance As New TestOwnerAttribute(testowner)
public TestOwnerAttribute(
    string testowner
)

Parameters

  • testowner
    Type: System.String

    The e-mail alias of the test owner.

See also

Reference

TestOwnerAttribute class

TestOwnerAttribute members

Microsoft.SharePoint.Upgrade namespace