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.