TestRunConfiguration.Description – vlastnost
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property Description As String
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public string Description { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)
Hodnota vlastnosti
Typ: String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.