Propriedade TestRunConfiguration.Description
Obtém ou define a descrição de ensaio.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
<GroupingPropertyAttribute> _
<VisiblePropertyAttribute> _
Public Property Description As String
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public string Description { get; set; }
[GroupingPropertyAttribute]
[VisiblePropertyAttribute]
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
[<GroupingPropertyAttribute>]
[<VisiblePropertyAttribute>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)
Valor de propriedade
Tipo: System.String
A descrição de ensaio.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.