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 with get
function get Owner () : String
Property Value
Type: String
The user name of the person who created the query.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.