Sdílet prostřednictvím


OwnerAttribute.Owner – vlastnost

Získá vlastníka testu.

Obor názvů:  Microsoft.VisualStudio.TestTools.UnitTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (v Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Deklarace
Public ReadOnly Property Owner As String
    Get
public string Owner { get; }
public:
property String^ Owner {
    String^ get ();
}
member Owner : string
function get Owner () : String

Hodnota vlastnosti

Typ: System.String
Vlastník test.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

OwnerAttribute Třída

Microsoft.VisualStudio.TestTools.UnitTesting – obor názvů