ITestCaseQuery.Owner Property
Gets the user name of the person who created the query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string Owner { get; }
property String^ Owner {
String^ get();
}
abstract Owner : string with get
ReadOnly Property Owner As String
Property Value
Type: System.String
The user name of the person who created the query.
See Also
ITestCaseQuery Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top