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

'Declaration
ReadOnly Property Owner As String
string Owner { get; }
property String^ Owner {
    String^ get ();
}
abstract Owner : string
function get Owner () : String

Property Value

Type: System.String
The user name of the person who created the query.

.NET Framework Security

See Also

Reference

ITestCaseQuery Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace