Share via


TestOwnerAttribute.TestOwner Property

Gets the e-mail alias of a test owner for a specific class.

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

Syntax

'Declaration
Public ReadOnly Property TestOwner As String
    Get
'Usage
Dim instance As TestOwnerAttribute
Dim value As String

value = instance.TestOwner
public string TestOwner { get; }

Property Value

Type: System.String
String
The e-mail alias of the test owner.

See Also

Reference

TestOwnerAttribute Class

TestOwnerAttribute Members

Microsoft.SharePoint.Upgrade Namespace