Propriedade WebTestResultComment.Comment
Obtém ou define um comentário de texto.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Property Comment As String
Get
Friend Set
public string Comment { get; internal set; }
public:
property String^ Comment {
String^ get ();
internal: void set (String^ value);
}
member Comment : string with get, internal set
function get Comment () : String
internal function set Comment (value : String)
Valor de propriedade
Tipo: System.String
Um comentário de texto.
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.