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.StringThe e-mail alias of the test owner.