Compartilhar via


Propriedade ITestElement.Owner

Obtém o nome do proprietário, conforme ele é inserido pelo usuário na interface do usuário.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Property Owner As String
    Get
    Set
string Owner { get; set; }
property String^ Owner {
    String^ get ();
    void set (String^ value);
}
abstract Owner : string with get, set
function get Owner () : String
function set Owner (value : String)

Valor de propriedade

Tipo: System.String
O nome do proprietário como ele é inserido pelo usuário na interface do usuário.

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common