TestRunConfiguration.Description, propriété
Obtient ou définit la description de la série de tests.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property Description As String
Get
Set
[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)
Valeur de propriété
Type : System.String
Description de la série de tests.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.